DPDK  make-f/home/abuild/rpmbuild/BUILD/dpdk-2.2.0/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_eth_desc_lim Struct Reference

#include <rte_ethdev.h>

Data Fields

uint16_t nb_max
 
uint16_t nb_min
 
uint16_t nb_align
 

Detailed Description

A structure contains information about HW descriptor ring limitations.

Definition at line 662 of file rte_ethdev.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: