Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 21 of 21) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py57 self.save_graph(fig, x_axis_label.replace(' ', '_'))
72 self.save_graph(fig, y_axis_label.replace(' ', '_'))
97 self.save_graph(fig, x_axis_label.replace(' ', '_'))
103 data.columns = data.columns.str.replace('/', ' ')
177 if line.replace(' ', '').startswith('#lcore'):
180 line = line.replace(';', ',')
/dpdk/usertools/
H A Ddpdk-telemetry-exporter.py301 value = value.replace('"', '\\"')
302 value = value.replace("\\", "\\\\")
303 return value.replace("\n", "\\n")
385 val = str(val).replace(";", "")
H A Ddpdk-telemetry.py167 readline.set_completer_delims(readline.get_completer_delims().replace('/', ''))
H A Ddpdk-devbind.py528 if not module_is_loaded(driver.replace('-', '_')):
/dpdk/buildtools/
H A Dlist-dir-globs.py20 print(os.path.relpath(p, start=root).replace('\\', '/'))
H A Dmap_to_win.py14 …f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()…
H A Dpmdinfogen.py193 escaped = dumped.replace('"', '\\"')
/dpdk/doc/api/
H A Dgenerate_examples.py29 relpath = os.path.relpath(path, examples_dir).replace('\\', '/')
/dpdk/devtools/
H A Dupdate-patches.py33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}')
/dpdk/devtools/cocci/
H A Dprefix_mbuf_offload_flags.cocci5 // replace missing occurrences with:
/dpdk/license/
H A DREADME46 It is also being recommended to replace the existing license text in the code
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst204 For OOP case, the PMD will replace the bytes preceding the OP destination address
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst164 c_args = ['-I<numa_install_dir>/include'] # replace <numa_install_dir>
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h2532 bool replace; member
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst218 * meter: replace ``enum rte_meter_color`` in the meter library with new
H A Drelease_19_11.rst261 FIB can replace the LPM (Longest Prefix Match) library with better control
H A Drelease_22_11.rst343 to replace all occurrences of old mbuf flags in C code.
H A Drelease_2_1.rst862 ``rte_mbuf_to_baddr()`` to replace the existing macros, which take the
H A Drelease_21_11.rst589 replace ``esn_soft_limit`` in IPsec configuration structure
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst342 for the specified VM. Alternatively, replace ``list`` with the keyword
/dpdk/doc/guides/nics/
H A Dintel_vf.rst508 replace pci-assign with vfio-pci when start virtual machine.