Hi:

I found that in struct ofputil_meter_band, rate and burst are all 32 bits,
the max burst is:

for bandwidth: 4GB = 32Gb
for pps: 4G packets/1000 = 4M packets

In our high performance setup, 4M packets burst is easily achievable, so I
suggest change these variable to uint64_t
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to