Home
last modified time | relevance | path

Searched defs:rte_eth_stats (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_ethdev.h261 struct rte_eth_stats { struct
264 uint64_t ibytes; /**< Total number of successfully received bytes. */
270 uint64_t imissed;
271 uint64_t ierrors; /**< Total number of erroneous received packets. */
272 uint64_t oerrors; /**< Total number of failed transmitted packets. */
273 uint64_t rx_nombuf; /**< Total number of Rx mbuf allocation failures. */
276 uint64_t q_ipackets[RTE_ETHDEV_QUEUE_STAT_CNTRS];
278 uint64_t q_opackets[RTE_ETHDEV_QUEUE_STAT_CNTRS];
280 uint64_t q_ibytes[RTE_ETHDEV_QUEUE_STAT_CNTRS];
282 uint64_t q_obytes[RTE_ETHDEV_QUEUE_STAT_CNTRS];
[all …]