Hi all,
Sorry to bother you.
I have 4 questions about queue.
1. How openvswitch implement queue in a port? I want to know the principle or
idea rather than configuration method.
2. How could I set queue priority?
3. How does queue priority play a role in openvswitch?
For example, if I assign flow 1 to the queue which priority is 8(highest
priority), and flow 2 to the queue which priority is 1(lowest priority).
I want to know whether openvswitch strictly follow this forwarding rule that
openvswitch will forward the flow of high-priority queue before
the flow of low-priority. As long as there are some packet in high-priority
queue, the packet in low-priority queue will not be forwarded.
4. Does Openvswitch use FIFO mode to forward packet if I don't use queue
priority? And where is the code about queue in openvswitch?
Thanks very much.
-- Tony
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss