DPDK  16.11.11
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 701 of file rte_ethdev.h.

Field Documentation

uint16_t nb_max

Max allowed number of descriptors.

Definition at line 702 of file rte_ethdev.h.

uint16_t nb_min

Min allowed number of descriptors.

Definition at line 703 of file rte_ethdev.h.

uint16_t nb_align

Number of descriptors should be aligned to.

Definition at line 704 of file rte_ethdev.h.


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