Searched refs:v5 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_bitmap.h | 439 uint64_t v1, v2, v3, v4, v5, v6, v7, v8; in __rte_bitmap_line_not_empty() local 445 v5 = slab2[8] | slab2[9]; in __rte_bitmap_line_not_empty() 451 v5 |= v6; in __rte_bitmap_line_not_empty() 454 return v1 | v3 | v5 | v7; in __rte_bitmap_line_not_empty()
|
| /dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 51 * For need_wakeup feature, it requires kernel version later than v5.3-rc1; 52 * For PMD zero copy, it requires kernel version later than v5.4-rc1; 53 * For shared_umem, it requires kernel version v5.10 or later and libbpf version 56 * For busy polling, kernel version v5.11 or later is required. 129 The SO_PREFER_BUSY_POLL socket option was introduced in kernel v5.11. It can
|