DPDK  21.02.0
Data Fields
rte_eth_rxq_info Struct Reference

#include <rte_ethdev.h>

Data Fields

struct rte_mempoolmp
 
struct rte_eth_rxconf conf
 
uint8_t scattered_rx
 
uint16_t nb_desc
 
uint16_t rx_buf_size
 

Detailed Description

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

Examples:
examples/ethtool/lib/rte_ethtool.c.

Definition at line 1578 of file rte_ethdev.h.

Field Documentation

struct rte_mempool* mp

mempool used by that queue.

Definition at line 1579 of file rte_ethdev.h.

struct rte_eth_rxconf conf

queue config parameters.

Definition at line 1580 of file rte_ethdev.h.

uint8_t scattered_rx

scattered packets RX supported.

Definition at line 1581 of file rte_ethdev.h.

uint16_t nb_desc

configured number of RXDs.

Definition at line 1582 of file rte_ethdev.h.

uint16_t rx_buf_size

hardware receive buffer size.

Definition at line 1583 of file rte_ethdev.h.


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