On Sat, Sep 10, 2016 at 03:14:37PM -0300, Frederico wrote: > I am successfully applying the following speed limiting rules: > > ovs-vsctl set interface s0-eth1 ingress_policing_rate=1024 > ovs-vsctl set interface s0-eth1 ingress_policing_burst=0 > > However, it takes some seconds (between 5 and 10, usually) until I see > any practical effect on s0-eth1. Are those rules supposed to take all > this time to kick in?
I think your burst size is poorly chosen. Try 80% of 1024, or about 800. See the documentation for more information. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss