DPDK
16.04.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 706 of file rte_ethdev.h.
uint16_t nb_max |
Max allowed number of descriptors.
Definition at line 707 of file rte_ethdev.h.
uint16_t nb_min |
Min allowed number of descriptors.
Definition at line 708 of file rte_ethdev.h.
uint16_t nb_align |
Number of descriptors should be aligned to.
Definition at line 709 of file rte_ethdev.h.