|
API Reference Manual 1.51.0
|
Packet IO input queue specific statistics counters. More...
#include <packet_io_stats.h>
Data Fields | |
| uint64_t | octets |
| See odp_pktio_stats_t::in_octets. | |
| uint64_t | packets |
| See odp_pktio_stats_t::in_packets. | |
| uint64_t | discards |
| See odp_pktio_stats_t::in_discards. | |
| uint64_t | errors |
| See odp_pktio_stats_t::in_errors. | |
Packet IO input queue specific statistics counters.
Statistics counters for an individual packet input queue. Refer to packet IO level statistics odp_pktio_stats_t for counter definitions.
Definition at line 101 of file spec/packet_io_stats.h.
| uint64_t odp_pktin_queue_stats_t::octets |
See odp_pktio_stats_t::in_octets.
Definition at line 103 of file spec/packet_io_stats.h.
| uint64_t odp_pktin_queue_stats_t::packets |
See odp_pktio_stats_t::in_packets.
Definition at line 106 of file spec/packet_io_stats.h.
| uint64_t odp_pktin_queue_stats_t::discards |
See odp_pktio_stats_t::in_discards.
Definition at line 109 of file spec/packet_io_stats.h.
| uint64_t odp_pktin_queue_stats_t::errors |
See odp_pktio_stats_t::in_errors.
Definition at line 112 of file spec/packet_io_stats.h.