[ovs-discuss] Adding/Configuring queue

daniel marques daniel.marques at uniriotec.br
Thu Jul 26 05:56:04 UTC 2012


I am pretty sure that I am using OVS. Also I noted that ovs-ofctl and
ovs-dpctl don't have any kind of parameter to add queues. For some odd
reason seems that my email was cut, but I'll (try to) add the rest here.

sudo ovs-ofctl queue-stats tcp:127.0.0.1:6634
OFPST_QUEUE reply (xid=0x1): 0 queues

And this is how Mininet creates OpenFlow switches:
ovs-openflowd dp0 tcp:192.168.1.139:6633 --fail=secure --listen=ptcp:6634
--datapath-id=0000000000000001
ovs-openflowd dp1 tcp:192.168.1.139:6633 --fail=secure --listen=ptcp:6635
--datapath-id=0000000000000002

Also it's important to note the version of the Open vSwitch is 1.2.2.

Regards,
Daniel

2012/7/26 Ben Pfaff <blp at nicira.com>

> On Thu, Jul 26, 2012 at 02:02:10AM -0300, daniel marques wrote:
> > I am using Mininet to do my testbed setup and I am using Open vSwitch in
> my
> > topology, so far I've managed to create a topology and I've already put
> my
> > NOX plugin to work, now I'm willing to do some QoS tests but I am having
> > some problems to add queues to my OVS switches.
> > I've tried to use the dpctl command as it follows: dpctl add-queue tcp:
> > 127.0.0.1:6634 3 1 2
>
> Are you sure you're using OVS?  OVS's program is called ovs-dpctl, not
> dpctl, and ovs-dpctl doesn't have an add-queue command.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20120726/1efb9d99/attachment.html>


More information about the discuss mailing list