Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/drivers/event/sw/
H A Devent_ring.h70 rob_ring_enqueue(struct rob_ring *r, void *re) in rob_ring_enqueue() argument
79 r->ring[write & mask] = re; in rob_ring_enqueue()
85 rob_ring_dequeue(struct rob_ring *r, void **re) in rob_ring_dequeue() argument
93 *re = r->ring[read & mask]; in rob_ring_dequeue()
/dpdk/devtools/
H A Dupdate_version_map_abi.py14 import re
20 func_line_regex = re.compile(r"\s*"
32 section_begin_regex = re.compile(r"\s*"
41 section_end_regex = re.compile(r"\s*"
183 if not re.match(r"\d{1,2}\.\d{1,2}", parsed.abi_version):
H A Dcheck-forbidden-tokens.awk59 re = "^\\+\\+\\+ b/" deny_folders[i];
60 if ($0 ~ re) {
H A Dcheck-meson.py11 import re
54 if re.match('^ *\t', code):
/dpdk/lib/bpf/
H A Dbpf_load_elf.c184 process_reloc(Elf *elf, size_t sym_idx, Elf64_Rel *re, size_t re_sz, in process_reloc() argument
205 n = re_sz / sizeof(re[0]); in process_reloc()
208 ofs = re[i].r_offset; in process_reloc()
211 sym = ELF64_R_SYM(re[i].r_info); in process_reloc()
237 Elf64_Rel *re; in elf_reloc_code() local
255 sd->d_size % sizeof(re[0]) != 0) in elf_reloc_code()
/dpdk/usertools/
H A Ddpdk-hugepages.py9 import re
30 match = re.match(r'(\d+)([' + BINARY_PREFIX + r']?)$', arg.upper())
/dpdk/examples/vm_power_manager/
H A Dmeson.build33 # If we're on X86, pull in the x86 code for the branch monitor algo.
/dpdk/doc/guides/nics/
H A Daf_packet.rst72 The PMD will re-insert the VLAN tag transparently to the packet if the kernel
/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst90 existing hugepage files are removed and re-created
H A Dcross_build_dpdk_for_arm64.rst44 using the below guide. If you're using a different compiler,
45 make sure you're using the proper executable name.
/dpdk/doc/guides/platform/
H A Ddpaa.rst65 configuration will remain in the hardware till it is re-configured. This
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst53 Packets dequeued from this queue do not need to be re-enqueued (as is the
/dpdk/doc/guides/prog_guide/
H A Dgeneric_receive_offload_lib.rst28 doesn't re-calculate checksums for merged packets. The GRO library
H A Dbuild-sdk-meson.rst120 re-scan from meson.
H A Dpower_man.rst169 when starting the application in normal mode to avoid re-training
H A Dgeneric_segmentation_offload_lib.rst37 #. In addition, the GSO library doesn't re-calculate checksums for segmented
H A Devent_timer_adapter.rst275 associated with the event timer. It can then re-arm the event timer or free the
H A Dmbuf_lib.rst89 Fields initialized by the constructor do not need to be re-initialized at mbuf allocation.
H A Deventdev.rst140 to all CPU cores, without any re-ordering guarantees.
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst214 For example to re-bind ``ix2@pci0:2:0:0`` and ``ix3@pci0:2:0:1`` to the ``nic_uio`` module
/dpdk/drivers/net/qede/
H A Dqede_ethdev.c794 int re; in qede_mac_addr_add() local
803 re = (int)qede_mac_int_ops(eth_dev, &ucast, 1); in qede_mac_addr_add()
804 return re; in qede_mac_addr_add()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst13 generated the warning: "mbuf we're attaching to must be direct".
446 when slave in bonding was (re-)started.
H A Drelease_16_07.rst231 Fixed possible crash when re-configuring the number of Rx queue descriptors.
/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst12 which is re-mapped into the kernel address space by the KNI kernel loadable module
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst240 * DPDK 20.11 is not re-released to include ``rte_foo(uint8_t bar)``, the new

12