I'm not sure I understand the question. Do you want to send a single packet out two interfaces with QoS applied? Or, depending on the flow, send the packet out different interfaces with QoS applied? You should be able to do the first by doing two "enqueue" actions in a single flow definition. You should be able to do do that latter by writing two different flow entries. However, I'm not sure either of those is even what you want.
--Justin On May 2, 2012, at 8:40 PM, hung -cuncon wrote: > Hi all, > > I want setup openvswitch with QoS across two routes as follow: > > VM --> route 1 to net 1 with QoS1 (Queue, traffic limit ...) > --> route 2 to net 2 with QoS2 > > EveryOne can help me? > > Thanks > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
