DPDK  16.07.2
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 695 of file rte_ethdev.h.

Field Documentation

uint16_t nb_max

Max allowed number of descriptors.

Definition at line 696 of file rte_ethdev.h.

uint16_t nb_min

Min allowed number of descriptors.

Definition at line 697 of file rte_ethdev.h.

uint16_t nb_align

Number of descriptors should be aligned to.

Definition at line 698 of file rte_ethdev.h.


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