Hi All,
I am trying to rate limit the ingress traffic on VNIC ports using
OVS.
I have executed the following commands as mentioned in the OVS docs to rate
limit the ingress traffic to 10mbps, but it was rate limiting it to 15
kbps.Not sure what was happening.
One more thing, i noticed was if i change ingress burst value it starts
working but not always same results.
I/p Traffic : IP traffic with 15 Mbps of size 100 bytes.
*ovs-vsctl set interface eth0 ingress_policing_rate=10000*
*ovs-vsctl set interface eth0 ingress_policing_burst=8000*
O/p : Traffic gets rate limited to 15 kbps.
ovs-vsctl set interface eth0 ingress_policing_burst=11000
O/p : Traffic gets rate limited to 10Mbps.
I/p Traffic : IP traffic with 20 Mbps of size 100 bytes
O/p : Traffic gets rate limited to 15kbps.
Did i miss anything?
Do i need to install any Kernal modules to work correctly?
Thanks
Farooq.J
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss