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_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_meter_trtcm_params(3)

Detailed Description

       trTCM parameters per metered traffic flow. The CIR, PIR, CBS and PBS parameters only count bytes of IP
       packets and do not include link specific headers. PIR has to be greater than or equal to CIR. Both CBS or
       EBS have to be greater than zero.

       Definition at line 51 of file rte_meter.h.

Field Documentation

uint64_tcir
       Committed Information Rate (CIR). Measured in bytes per second.

       Definition at line 52 of file rte_meter.h.

   uint64_tpir
       Peak Information Rate (PIR). Measured in bytes per second.

       Definition at line 53 of file rte_meter.h.

   uint64_tcbs
       Committed Burst Size (CBS). Measured in bytes.

       Definition at line 54 of file rte_meter.h.

   uint64_tpbs
       Peak Burst Size (PBS). Measured in bytes.

       Definition at line 55 of file rte_meter.h.

Name

       rte_meter_trtcm_params

Synopsis

       #include <rte_meter.h>

   DataFields
       uint64_t cir
       uint64_t pir
       uint64_t cbs
       uint64_t pbs

See Also