DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_eth_rxq_info Struct Reference

#include <rte_ethdev.h>

+ Collaboration diagram for rte_eth_rxq_info:

Data Fields

struct rte_mempoolmp
 
struct rte_eth_rxconf conf
 
uint8_t scattered_rx
 
uint16_t nb_desc
 

Detailed Description

Ethernet device RX queue information structure. Used to retieve information about configured queue.

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 909 of file rte_ethdev.h.

Field Documentation

§ mp

struct rte_mempool* mp

mempool used by that queue.

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 910 of file rte_ethdev.h.

§ conf

struct rte_eth_rxconf conf

queue config parameters.

Definition at line 911 of file rte_ethdev.h.

§ scattered_rx

uint8_t scattered_rx

scattered packets RX supported.

Definition at line 912 of file rte_ethdev.h.

§ nb_desc

uint16_t nb_desc

configured number of RXDs.

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 913 of file rte_ethdev.h.


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