DPDK
18.05.1
|
#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
Definition at line 125 of file rte_sched.h.
uint32_t n_pkts_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of packets successfully written
Definition at line 128 of file rte_sched.h.
uint32_t n_pkts_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of packets dropped
Definition at line 130 of file rte_sched.h.
uint32_t n_bytes_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of bytes successfully written for each traffic class
Definition at line 134 of file rte_sched.h.
uint32_t n_bytes_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE] |
Number of bytes dropped for each traffic class
Definition at line 136 of file rte_sched.h.