[ovs-discuss] Per-flow QoS/rate limiting

Justin Pettit jpettit at ovn.org
Wed Mar 30 17:56:12 UTC 2016


> On Mar 30, 2016, at 2:53 AM, Borasy Kong <borasykong at gmail.com> wrote:
> 
> Hey Ben,
> 
> I actually went through and followed the QoS part and implemented the rate limiting on a physical port interface(wlan0). But it seems the rate limiting doesn't work on physical port. It only works on virtual port. 
> 
> Do you know any workaround this problem?? 

As Ben mentioned, there should be no difference between virtual and physical ports.  Keep in mind that the different QoS modes work on a particular direction of traffic.  Policing works on traffic coming into OVS, and shaping works on traffic going out of OVS.  For example, if you configured policing, it would limit traffic being transmitted from a VM, but it wouldn't affect traffic being transmitted out of the hypervisors itself.

--Justin





More information about the discuss mailing list