| /dpdk/drivers/event/sw/ |
| H A D | event_ring.h | 70 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 D | update_version_map_abi.py | 14 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 D | check-forbidden-tokens.awk | 59 re = "^\\+\\+\\+ b/" deny_folders[i]; 60 if ($0 ~ re) {
|
| H A D | check-meson.py | 11 import re 54 if re.match('^ *\t', code):
|
| /dpdk/lib/bpf/ |
| H A D | bpf_load_elf.c | 184 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 D | dpdk-hugepages.py | 9 import re 30 match = re.match(r'(\d+)([' + BINARY_PREFIX + r']?)$', arg.upper())
|
| /dpdk/examples/vm_power_manager/ |
| H A D | meson.build | 33 # If we're on X86, pull in the x86 code for the branch monitor algo.
|
| /dpdk/doc/guides/nics/ |
| H A D | af_packet.rst | 72 The PMD will re-insert the VLAN tag transparently to the packet if the kernel
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 90 existing hugepage files are removed and re-created
|
| H A D | cross_build_dpdk_for_arm64.rst | 44 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 D | dpaa.rst | 65 configuration will remain in the hardware till it is re-configured. This
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 53 Packets dequeued from this queue do not need to be re-enqueued (as is the
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | generic_receive_offload_lib.rst | 28 doesn't re-calculate checksums for merged packets. The GRO library
|
| H A D | build-sdk-meson.rst | 120 re-scan from meson.
|
| H A D | power_man.rst | 169 when starting the application in normal mode to avoid re-training
|
| H A D | generic_segmentation_offload_lib.rst | 37 #. In addition, the GSO library doesn't re-calculate checksums for segmented
|
| H A D | event_timer_adapter.rst | 275 associated with the event timer. It can then re-arm the event timer or free the
|
| H A D | mbuf_lib.rst | 89 Fields initialized by the constructor do not need to be re-initialized at mbuf allocation.
|
| H A D | eventdev.rst | 140 to all CPU cores, without any re-ordering guarantees.
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 214 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 D | qede_ethdev.c | 794 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 D | release_2_1.rst | 13 generated the warning: "mbuf we're attaching to must be direct". 446 when slave in bonding was (re-)started.
|
| H A D | release_16_07.rst | 231 Fixed possible crash when re-configuring the number of Rx queue descriptors.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | kernel_nic_interface.rst | 12 which is re-mapped into the kernel address space by the KNI kernel loadable module
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 240 * DPDK 20.11 is not re-released to include ``rte_foo(uint8_t bar)``, the new
|