DPDK  17.11.10
Data Fields
rte_event_eth_rx_adapter_stats Struct Reference

#include <rte_event_eth_rx_adapter.h>

Data Fields

uint64_t rx_poll_count
 
uint64_t rx_packets
 
uint64_t rx_enq_count
 
uint64_t rx_enq_retry
 
uint64_t rx_enq_start_ts
 
uint64_t rx_enq_block_cycles
 
uint64_t rx_enq_end_ts
 

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice

A structure used to retrieve statistics for an eth rx adapter instance.

Definition at line 200 of file rte_event_eth_rx_adapter.h.

Field Documentation

uint64_t rx_poll_count

Receive queue poll count

Definition at line 201 of file rte_event_eth_rx_adapter.h.

uint64_t rx_packets

Received packet count

Definition at line 203 of file rte_event_eth_rx_adapter.h.

uint64_t rx_enq_count

Eventdev enqueue count

Definition at line 205 of file rte_event_eth_rx_adapter.h.

uint64_t rx_enq_retry

Eventdev enqueue retry count

Definition at line 207 of file rte_event_eth_rx_adapter.h.

uint64_t rx_enq_start_ts

Rx enqueue start timestamp

Definition at line 209 of file rte_event_eth_rx_adapter.h.

uint64_t rx_enq_block_cycles

Cycles for which the service is blocked by the event device, i.e, the service fails to enqueue to the event device.

Definition at line 211 of file rte_event_eth_rx_adapter.h.

uint64_t rx_enq_end_ts

Latest timestamp at which the service is unblocked by the event device. The start, end timestamps and block cycles can be used to compute the percentage of cycles the service is blocked by the event device.

Definition at line 215 of file rte_event_eth_rx_adapter.h.


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