| rte_eth_desc_lim(3) | Library Functions Manual | rte_eth_desc_lim(3) |
rte_eth_desc_lim
#include <rte_ethdev.h>
uint16_t nb_max
uint16_t nb_min
uint16_t nb_align
uint16_t nb_seg_max
uint16_t nb_mtu_seg_max
A structure contains information about HW descriptor ring limitations.
Definition at line 1333 of file rte_ethdev.h.
Max allowed number of descriptors.
Definition at line 1334 of file rte_ethdev.h.
Min allowed number of descriptors.
Definition at line 1335 of file rte_ethdev.h.
Number of descriptors should be aligned to.
Definition at line 1336 of file rte_ethdev.h.
Max allowed number of segments per whole packet.
See also
Definition at line 1346 of file rte_ethdev.h.
Max number of segments per one MTU.
See also
Definition at line 1359 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |