Home
last modified time | relevance | path

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

12

/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/doc/guides/
H A Dconf.py94 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 Dlist-dir-globs.py20 print(os.path.relpath(p).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.py192 escaped = dumped.replace('"', '\\"')
/dpdk/devtools/
H A Dupdate-patches.py33 contents[i] = contents[i].replace(f'lib/{d}', f'lib/librte_{d}')
/dpdk/usertools/
H A Ddpdk-pmdinfo.py43 self.name = vendorStr.replace("%s " % self.ID, "").rstrip()
81 self.name = s.replace("%s " % self.ID, "")
184 return l.split()[-2].replace("-", "")
H A Ddpdk-telemetry.py166 readline.set_completer_delims(readline.get_completer_delims().replace('/', ''))
H A Ddpdk-devbind.py487 if not module_is_loaded(driver.replace('-', '_')):
/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/prog_guide/
H A Drib_lib.rst131 In case of a next hop failure, we need to replace an active failed next hop with a
H A Dwriting_efficient_code.rst184 For instance, the Read-Copy-Update (RCU) algorithm can frequently replace simple rwlocks.
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst76 is intact, will replace those fields with relevant protocol header struct.
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_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 Dl2_forward_event.rst361 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 Dl2_forward_real_virtual.rst274 The processing is very simple: process the TX port from the RX port, then replace the source and de…
H A Dl2_forward_job_stats.rst290 The processing is very simple: process the TX port from the RX port, then replace the source and de…
H A Dvm_power_management.rst342 for the specified VM. Alternatively, replace ``list`` with the keyword
/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/nics/
H A Dintel_vf.rst516 replace pci-assign with vfio-pci when start virtual machine.

12