Hi Team, Any thought on this ?
Anil ---------- Forwarded message ---------- From: Anil Vishnoi <[email protected]> Date: Tue, May 10, 2011 at 5:45 PM Subject: Re: [ovs-discuss] add-queue in ovs-dpctl To: Justin Pettit <[email protected]> Cc: [email protected] Hi Justin/Team, I looked into the ovs-vsctl man page and tried to create the queues. But from the man page description it looks like that its very much stick to the ovs-vswitchd rather then ovs-openflowd.I am using openvswtich-1.1.0pre2 version. Following are the steps which i used to configure the queue 1. loaded the datapath kernel module 2. added two interface eth1 and eth2 to the datapath dp0 3. Initialized the configuration database using ovsdb-tools. 4. started the ovsdb-server 5. tried to add queue on eth1 port using ovs-vsctl.But it throws error saying ovs-vsctl: no row "eth1" in table port. Any idea about this error and how can we resolve this. As far as I explored, looks to me that queues created through ovs-vsctl can be used with ovs-vswitchd only and not with ovs-openflowd.is it the case ? I didn't get any detail on how we can use flow action *enqueue* ( through ovs-ofctl ) with queue created through ovs-vsctl. Or we need to create queue's through other way to use them with *enqueue?* Thanks Anil On Wed, May 4, 2011 at 11:02 AM, Justin Pettit <[email protected]> wrote: > Ben and I already responded to this on the openflow-discuss mailing list: > > > https://mailman.stanford.edu/pipermail/openflow-discuss/2011-May/002183.html > > The short answer for others is that one can use the "tc" command, directly > interface with the QoS and Queue tables in the database, or follow the > example in the ovs-vsctl man page. > > --Justin > > > On May 3, 2011, at 1:03 PM, Anil Vishnoi wrote: > > > Hi Team, > > > > I want to use the Qos feature openflow vswitch provides using the queue's > .I am using the kernel module based vswitch implementation. > > > > I am using open vSwitch 1.1.0 pre2 version of the vswitch. > > > > 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? > > > > or is this something which is not supported in kernel mode vswitch or may > be in this version > > > > Anil > > _______________________________________________ > > discuss mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/discuss > > -- Thanks & Regards --Anil Kumar Vishnoi -- Thanks & Regards --Anil Kumar Vishnoi
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
