Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_eth_txq_info - Man Page

Synopsis

#include <rte_ethdev.h>

Data Fields

struct rte_eth_txconf conf
uint16_t nb_desc
uint8_t queue_state

Detailed Description

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

Definition at line 1857 of file rte_ethdev.h.

Field Documentation

struct rte_eth_txconf conf

queue config parameters.

Definition at line 1858 of file rte_ethdev.h.

uint16_t nb_desc

configured number of TXDs.

Definition at line 1859 of file rte_ethdev.h.

uint8_t queue_state

one of RTE_ETH_QUEUE_STATE_*.

Definition at line 1860 of file rte_ethdev.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK