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_meter_trtcm

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_meter_trtcm(3)

Detailed Description

       Internal data structure storing the trTCM run-time context per metered traffic flow.

       Definition at line 355 of file rte_meter.h.

Field Documentation

uint64_ttime_tc
       Time of latest update of C token bucket

       Definition at line 356 of file rte_meter.h.

   uint64_ttime_tp
       Time of latest update of P token bucket

       Definition at line 358 of file rte_meter.h.

   uint64_ttc
       Number of bytes currently available in committed(C) token bucket

       Definition at line 360 of file rte_meter.h.

   uint64_ttp
       Number of bytes currently available in the peak(P) token bucket

       Definition at line 362 of file rte_meter.h.

Name

       rte_meter_trtcm

Synopsis

       #include <rte_meter.h>

   DataFields
       uint64_t time_tc
       uint64_t time_tp
       uint64_t tc
       uint64_t tp

See Also