DPDK  2.0.0
Data Fields
rte_sched_queue_stats Struct Reference

#include <rte_sched.h>

Data Fields

uint32_t n_pkts
uint32_t n_pkts_dropped
uint32_t n_bytes
uint32_t n_bytes_dropped

Detailed Description

Queue statistics

Field Documentation

uint32_t n_bytes

Number of bytes successfully written to current queue

uint32_t n_bytes_dropped

Number of bytes dropped due to current queue being full or congested

uint32_t n_pkts

Number of packets successfully written to current queue

uint32_t n_pkts_dropped

Number of packets dropped due to current queue being full or congested


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