DPDK
18.05.1
|
#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 |
A structure used to retrieve statistics for an eth rx adapter instance.
Definition at line 181 of file rte_event_eth_rx_adapter.h.
uint64_t rx_poll_count |
Receive queue poll count
Definition at line 183 of file rte_event_eth_rx_adapter.h.
uint64_t rx_packets |
Received packet count
Definition at line 185 of file rte_event_eth_rx_adapter.h.
uint64_t rx_enq_count |
Eventdev enqueue count
Definition at line 187 of file rte_event_eth_rx_adapter.h.
uint64_t rx_enq_retry |
Eventdev enqueue retry count
Definition at line 189 of file rte_event_eth_rx_adapter.h.
uint64_t rx_enq_start_ts |
Rx enqueue start timestamp
Definition at line 191 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 193 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 197 of file rte_event_eth_rx_adapter.h.