DPDK  24.03.0-rc3
Data Fields
rte_sched_queue_stats Struct Reference

#include <rte_sched.h>

Data Fields

uint64_t n_pkts
 
uint64_t n_pkts_dropped
 
uint64_t n_pkts_cman_dropped
 
uint64_t n_bytes
 
uint64_t n_bytes_dropped
 

Detailed Description

Queue statistics

Examples:
examples/qos_sched/stats.c.

Definition at line 251 of file rte_sched.h.

Field Documentation

◆ n_pkts

uint64_t n_pkts

Packets successfully written

Examples:
examples/qos_sched/stats.c.

Definition at line 253 of file rte_sched.h.

◆ n_pkts_dropped

uint64_t n_pkts_dropped

Packets dropped

Examples:
examples/qos_sched/stats.c.

Definition at line 256 of file rte_sched.h.

◆ n_pkts_cman_dropped

uint64_t n_pkts_cman_dropped

Packets dropped by congestion management scheme

Definition at line 259 of file rte_sched.h.

◆ n_bytes

uint64_t n_bytes

Bytes successfully written

Examples:
examples/qos_sched/stats.c.

Definition at line 262 of file rte_sched.h.

◆ n_bytes_dropped

uint64_t n_bytes_dropped

Bytes dropped

Examples:
examples/qos_sched/stats.c.

Definition at line 265 of file rte_sched.h.


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