DPDK  make-f/builddir/build/BUILD/dpdk-2.1.0/mk/rte.sdkconfig.mkshowversion
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

Definition at line 167 of file rte_sched.h.

Field Documentation

uint32_t n_pkts

Number of packets successfully written to current queue

Definition at line 169 of file rte_sched.h.

uint32_t n_pkts_dropped

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

Definition at line 170 of file rte_sched.h.

uint32_t n_bytes

Number of bytes successfully written to current queue

Definition at line 173 of file rte_sched.h.

uint32_t n_bytes_dropped

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

Definition at line 174 of file rte_sched.h.


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