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

TM queue specific statistics counters. More...

#include <traffic_mngr.h>

Data Fields

uint64_t octets
 Number of octets in successfully transmitted packets.
 
uint64_t packets
 Number of successfully transmitted packets.
 
uint64_t discards
 Number of packets discarded due to other reasons (e.g.
 
uint64_t discard_octets
 Number of octets in packets discarded due to other reasons (e.g.
 
uint64_t errors
 Number of packets with transmission errors.
 

Detailed Description

TM queue specific statistics counters.

Definition at line 183 of file api/spec/traffic_mngr.h.

Field Documentation

◆ octets

uint64_t odp_tm_queue_stats_t::octets

Number of octets in successfully transmitted packets.

In case of Ethernet, packet size includes MAC header.

Definition at line 186 of file api/spec/traffic_mngr.h.

◆ packets

uint64_t odp_tm_queue_stats_t::packets

Number of successfully transmitted packets.

Definition at line 189 of file api/spec/traffic_mngr.h.

◆ discards

uint64_t odp_tm_queue_stats_t::discards

Number of packets discarded due to other reasons (e.g.

aging) than errors.

Definition at line 193 of file api/spec/traffic_mngr.h.

◆ discard_octets

uint64_t odp_tm_queue_stats_t::discard_octets

Number of octets in packets discarded due to other reasons (e.g.

aging) than errors.

Definition at line 197 of file api/spec/traffic_mngr.h.

◆ errors

uint64_t odp_tm_queue_stats_t::errors

Number of packets with transmission errors.

Definition at line 200 of file api/spec/traffic_mngr.h.


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