DPDK
2.0.0
|
#include <rte_sched.h>
Data Fields | |
uint32_t | n_pkts_tc [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
uint32_t | n_pkts_tc_dropped [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
uint32_t | n_bytes_tc [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
uint32_t | n_bytes_tc_dropped [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Subport statistics
uint32_t n_bytes_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of bytes successfully written to current subport for each traffic class
uint32_t n_bytes_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of bytes dropped by the current subport for each traffic class due to subport queues being full or congested
uint32_t n_pkts_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of packets successfully written to current subport for each traffic class
uint32_t n_pkts_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of packets dropped by the current subport for each traffic class due to subport queues being full or congested