|
DPDK
1.6.0r2
|
#include <rte_sched.h>
Data Fields | |
| uint32_t | n_pkts |
| uint32_t | n_pkts_dropped |
| uint32_t | n_bytes |
| uint32_t | n_bytes_dropped |
Queue statistics
| 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
1.8.1.2