On 5/3/11 12:57 PM, "Ben Pfaff" <[email protected]> wrote: >> I looked at the option of ovs-ofctl utility and it shows me the >> action of enqueue,but ovs-dpctl doesn't show me the option of >> add-queue. >> >> So i am not sure how should i create a queue on specific port? is there >>any >> other utility which does this? > >You can use the "tc" program to create queues, if you want to do so by >hand, or you can configure them through the QoS and Queue tables in >the OVS database.
There's also an example of how to do it in the ovs-vsctl man page. --Justin _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
