[dpdk-dev] [PATCH v2] meter: fix excess token bucket update in srtcm implementation

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Sep 21 23:19:04 CEST 2016


> > As per srTCM RFC 2697, we should be updating the E bucket only after the
> > C bucket overflows. This patch fixes the current DPDK implementation,
> > where we are updating both the buckets simultaneously at the same rate
> > (CIR) which results in token accumulation rate of (2*CIR).
> > 
> > Signed-off-by: Nikhil Jagtap <nikhil.jagtap at gmail.com>
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks


More information about the dev mailing list