API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_pktout_queue_stats_t Struct Reference

Packet IO output queue specific statistics counters. More...

#include <packet_io_stats.h>

Data Fields

uint64_t octets
 See odp_pktio_stats_t::out_octets.
 
uint64_t packets
 See odp_pktio_stats_t::out_packets.
 
uint64_t discards
 See odp_pktio_stats_t::out_discards.
 
uint64_t errors
 See odp_pktio_stats_t::out_errors.
 

Detailed Description

Packet IO output queue specific statistics counters.

Statistics counters for an individual packet output queue. Refer to packet IO level statistics odp_pktio_stats_t for counter definitions.

Examples
odp_bench_pktio_sp.c.

Definition at line 122 of file spec/packet_io_stats.h.

Field Documentation

◆ octets

uint64_t odp_pktout_queue_stats_t::octets

See odp_pktio_stats_t::out_octets.

Definition at line 124 of file spec/packet_io_stats.h.

◆ packets

uint64_t odp_pktout_queue_stats_t::packets

See odp_pktio_stats_t::out_packets.

Definition at line 127 of file spec/packet_io_stats.h.

◆ discards

uint64_t odp_pktout_queue_stats_t::discards

◆ errors

uint64_t odp_pktout_queue_stats_t::errors

See odp_pktio_stats_t::out_errors.

Definition at line 133 of file spec/packet_io_stats.h.


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