logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_sched_subport_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_sched_subport_stats(3)

Detailed Description

       Subport statistics

       Definition at line 233 of file rte_sched.h.

Field Documentation

uint64_tn_pkts_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       Number of packets successfully written

       Definition at line 235 of file rte_sched.h.

   uint64_tn_pkts_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       Number of packets dropped

       Definition at line 238 of file rte_sched.h.

   uint64_tn_bytes_tc[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       Number of bytes successfully written for each traffic class

       Definition at line 241 of file rte_sched.h.

   uint64_tn_bytes_tc_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       Number of bytes dropped for each traffic class

       Definition at line 244 of file rte_sched.h.

   uint64_tn_pkts_cman_dropped[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       Number of packets dropped by congestion management scheme

       Definition at line 247 of file rte_sched.h.

Name

       rte_sched_subport_stats

Synopsis

       #include <rte_sched.h>

   DataFields
       uint64_t n_pkts_tc [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       uint64_t n_pkts_tc_dropped [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       uint64_t n_bytes_tc [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       uint64_t n_bytes_tc_dropped [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]
       uint64_t n_pkts_cman_dropped [RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]

See Also