DPDK  19.02.0
Data Fields
rte_event_eth_tx_adapter_stats Struct Reference

#include <rte_event_eth_tx_adapter.h>

Data Fields

uint64_t tx_retry
uint64_t tx_packets
uint64_t tx_dropped

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice

A structure used to retrieve statistics for an ethernet Tx adapter instance.

Definition at line 138 of file rte_event_eth_tx_adapter.h.

Field Documentation

uint64_t tx_retry

Number of transmit retries

Definition at line 140 of file rte_event_eth_tx_adapter.h.

uint64_t tx_packets

Number of packets transmitted

Definition at line 142 of file rte_event_eth_tx_adapter.h.

uint64_t tx_dropped

Number of packets dropped

Definition at line 144 of file rte_event_eth_tx_adapter.h.


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