| /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/doc/guides/ |
| H A D | conf.py | 94 target = target.replace('_local_numref_#', '') 153 name = name.replace('_vf', 'vf') 330 print(template.replace("idx", "id%d" % (table_id)), file=outfile)
|
| /dpdk/buildtools/ |
| H A D | list-dir-globs.py | 20 print(os.path.relpath(p).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 | 192 escaped = dumped.replace('"', '\\"')
|
| /dpdk/devtools/ |
| H A D | update-patches.py | 33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}')
|
| /dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 43 self.name = vendorStr.replace("%s " % self.ID, "").rstrip() 81 self.name = s.replace("%s " % self.ID, "") 184 return l.split()[-2].replace("-", "")
|
| H A D | dpdk-telemetry.py | 166 readline.set_completer_delims(readline.get_completer_delims().replace('/', ''))
|
| H A D | dpdk-devbind.py | 487 if not module_is_loaded(driver.replace('-', '_')):
|
| /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/prog_guide/ |
| H A D | rib_lib.rst | 131 In case of a next hop failure, we need to replace an active failed next hop with a
|
| H A D | writing_efficient_code.rst | 184 For instance, the Read-Copy-Update (RCU) algorithm can frequently replace simple rwlocks.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 76 is intact, will replace those fields with relevant protocol header struct.
|
| 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_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 | l2_forward_event.rst | 361 then replace the source and destination MAC addresses if MAC addresses updating 418 then replace the source and destination MAC addresses if MAC addresses updating
|
| H A D | l2_forward_real_virtual.rst | 274 The processing is very simple: process the TX port from the RX port, then replace the source and de…
|
| H A D | l2_forward_job_stats.rst | 290 The processing is very simple: process the TX port from the RX port, then replace the source and de…
|
| H A D | vm_power_management.rst | 342 for the specified VM. Alternatively, replace ``list`` with the keyword
|
| /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/nics/ |
| H A D | intel_vf.rst | 516 replace pci-assign with vfio-pci when start virtual machine.
|