DPDK
2.2.0
|
#include <rte_ethdev.h>
Data Fields | |
uint16_t | nb_max |
uint16_t | nb_min |
uint16_t | nb_align |
A structure contains information about HW descriptor ring limitations.
Definition at line 662 of file rte_ethdev.h.
uint16_t nb_max |
Max allowed number of descriptors.
Definition at line 663 of file rte_ethdev.h.
uint16_t nb_min |
Min allowed number of descriptors.
Definition at line 664 of file rte_ethdev.h.
uint16_t nb_align |
Number of descriptors should be aligned to.
Definition at line 665 of file rte_ethdev.h.