DPDK  20.05.0-rc0
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

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

Examples:
examples/l2fwd-event/main.c.

Definition at line 129 of file rte_event_eth_tx_adapter.h.

Field Documentation

uint64_t tx_retry

Number of transmit retries

Examples:
examples/l2fwd-event/main.c.

Definition at line 130 of file rte_event_eth_tx_adapter.h.

uint64_t tx_packets

Number of packets transmitted

Examples:
examples/l2fwd-event/main.c.

Definition at line 132 of file rte_event_eth_tx_adapter.h.

uint64_t tx_dropped

Number of packets dropped

Examples:
examples/l2fwd-event/main.c.

Definition at line 134 of file rte_event_eth_tx_adapter.h.


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