Searched refs:replace (Results 1 – 21 of 21) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 57 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 D | dpdk-telemetry-exporter.py | 301 value = value.replace('"', '\\"') 302 value = value.replace("\\", "\\\\") 303 return value.replace("\n", "\\n") 385 val = str(val).replace(";", "")
|
| H A D | dpdk-telemetry.py | 167 readline.set_completer_delims(readline.get_completer_delims().replace('/', ''))
|
| H A D | dpdk-devbind.py | 528 if not module_is_loaded(driver.replace('-', '_')):
|
| /dpdk/buildtools/ |
| H A D | list-dir-globs.py | 20 print(os.path.relpath(p, start=root).replace('\\', '/'))
|
| H A D | map_to_win.py | 14 …f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()…
|
| H A D | pmdinfogen.py | 193 escaped = dumped.replace('"', '\\"')
|
| /dpdk/doc/api/ |
| H A D | generate_examples.py | 29 relpath = os.path.relpath(path, examples_dir).replace('\\', '/')
|
| /dpdk/devtools/ |
| H A D | update-patches.py | 33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}')
|
| /dpdk/devtools/cocci/ |
| H A D | prefix_mbuf_offload_flags.cocci | 5 // replace missing occurrences with:
|
| /dpdk/license/ |
| H A D | README | 46 It is also being recommended to replace the existing license text in the code
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 204 For OOP case, the PMD will replace the bytes preceding the OP destination address
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | cross_build_dpdk_for_arm64.rst | 164 c_args = ['-I<numa_install_dir>/include'] # replace <numa_install_dir>
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_pcd_ext.h | 2532 bool replace; member
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_05.rst | 218 * meter: replace ``enum rte_meter_color`` in the meter library with new
|
| H A D | release_19_11.rst | 261 FIB can replace the LPM (Longest Prefix Match) library with better control
|
| H A D | release_22_11.rst | 343 to replace all occurrences of old mbuf flags in C code.
|
| H A D | release_2_1.rst | 862 ``rte_mbuf_to_baddr()`` to replace the existing macros, which take the
|
| H A D | release_21_11.rst | 589 replace ``esn_soft_limit`` in IPsec configuration structure
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 342 for the specified VM. Alternatively, replace ``list`` with the keyword
|
| /dpdk/doc/guides/nics/ |
| H A D | intel_vf.rst | 508 replace pci-assign with vfio-pci when start virtual machine.
|