On Fri, May 22, 2015 at 04:52:09PM +0200, Hardik Soni wrote:
> I went through QoS section of FAQ. 
> https://github.com/openvswitch/ovs/blob/master/FAQ.md#quality-of-service-qos 
> 
> As I understood, OVS doesnt implement QoS, It configures linux-QoS for the 
> interfaces it is handling. 
> If I set linux QoS using 'tc' for a given interface and attach the interface 
> to an OVS bridge using add-port command ovs-vsctl, will it retain the 
> configuration? 
> I want to make sure, OVS doesnt reset my pre-set linux-QoS for the interface 
> it is handling. 
> 
> Example. 
> tc qdisc add dev eth0 root tbf rate 0.5mbit burst 5kb latency 70ms peakrate 
> 1mbit minburst 1540 
> creating a bridge br-0 
> ovs-vsctl add-port br-0 eth0 
> 
> Now, eth0 will retain the QoS set by tc. Am I right? 

I think so.  That's certainly the intent.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to