On Wed, May 04, 2011 at 01:22:59AM +0530, Anil Vishnoi wrote: > I want to use the Qos feature openflow switch provides using the queue's .I > am using the kernel module based switch implementation provided by > openvswitch.org. > > I am using open vSwitch 1.1.0 pre2 version of the vswitch.
Are you sure that you have the right mailing list? This sounds like an Open vSwitch question, in which case [email protected] would be the correct mailing list. However, continuing: > 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. _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
