| 
    DPDK
    19.08.0-rc0
    
   | 
 
#include <rte_ethdev.h>
Data Fields | |
| 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 807 of file rte_ethdev.h.
| uint16_t nb_max | 
Max allowed number of descriptors.
Definition at line 808 of file rte_ethdev.h.
| uint16_t nb_min | 
Min allowed number of descriptors.
Definition at line 809 of file rte_ethdev.h.
| uint16_t nb_align | 
Number of descriptors should be aligned to.
Definition at line 810 of file rte_ethdev.h.
| uint16_t nb_seg_max | 
Max allowed number of segments per whole packet.
Definition at line 820 of file rte_ethdev.h.
| uint16_t nb_mtu_seg_max | 
Max number of segments per one MTU.
Definition at line 833 of file rte_ethdev.h.
 1.8.15