On Mon, Nov 05, 2012 at 11:51:37PM +0800, Robin Wang wrote: > Since OVS QoS is based on linux policing and qdisc, to achieve QoS per Type > of Service, say 100Mbps for web server(port 80), 10M for SMTP(port 25), is > it achievable just through OVS configuration? or I still need to do extra > config through tc filter/netfilter?
You should be able to achieve the qdisc configuration through OVS configuration of the QoS and Queue tables. I'm not sure whether you can tie TOS to queue without writing OpenFlow rules. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
