On 3/3/21 3:46 PM, [email protected] wrote: > From: Tonghao Zhang <[email protected]> > > When setting the meter rate to 4.3+Gbps, there is an overflow, the > meters don't work as expected. > > $ ovs-ofctl -O OpenFlow13 add-meter br-int "meter=1 kbps stats > bands=type=drop rate=4294968" > > It was overflow when we set the rate to 4294968, because "burst_size" in > the ofputil_meter_band is uint32_t type. This patch remove the "up" > in the dp_meter_band struction, and introduce "rate", "burst_size" and > "bucket" (uint64_t) to userspace datapath's meter band. This patch don't > change the public API and structure. > > Signed-off-by: Tonghao Zhang <[email protected]> > ---
Thanks! Applied to master and backported down to 2.12. Bets regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
