Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h244 struct rte_eth_stats { struct
247 uint64_t ibytes; /**< Total number of successfully received bytes. */
249 uint64_t imissed;
253 uint64_t ierrors; /**< Total number of erroneous received packets. */
254 uint64_t oerrors; /**< Total number of failed transmitted packets. */
255 uint64_t rx_nombuf; /**< Total number of RX mbuf allocation failures. */
257 uint64_t q_ipackets[RTE_ETHDEV_QUEUE_STAT_CNTRS];
259 uint64_t q_opackets[RTE_ETHDEV_QUEUE_STAT_CNTRS];
261 uint64_t q_ibytes[RTE_ETHDEV_QUEUE_STAT_CNTRS];
263 uint64_t q_obytes[RTE_ETHDEV_QUEUE_STAT_CNTRS];
[all …]