[ovs-discuss] Implement queues with hierarchy using HTB

Ben Pfaff blp at nicira.com
Mon Dec 24 01:37:36 UTC 2012


"ovs-vsctl clear qos eth0 queues" ought to do it.  You might need to
specify the qos record by uuid if you already disconnected it from the
port.

On Mon, Dec 24, 2012 at 06:58:07AM +0530, Mathumitha S wrote:
> 
> Thanks Ben. Can you please tell me how to disconnect the queues from
> the QoS records? I have used the command 'ovs???vsctl ?????? destroy
> QoS eth0 ?????? clear Port eth0 qos' before using the 'ovs-vsctl
> destroy queue 9ff1bfda-3f00-44b9-8e0f-0d3fc1261c08' command. Is it not
> correct? Which other command should I use to disconnect the queues?
> 
> Thanks,
> Mathumitha
> 
> > Date: Fri, 21 Dec 2012 07:59:51 -0800
> > From: blp at nicira.com
> > To: cerisierfilix at hotmail.com
> > CC: discuss at openvswitch.org
> > Subject: Re: [ovs-discuss] Implement queues with hierarchy using HTB
> > 
> > On Fri, Dec 21, 2012 at 02:51:24PM +0530, Mathumitha S wrote:
> > > 
> > > I am trying to implement queues with different levels of hierarchy in
> > > OVS. 
> > 
> > OVS doesn't support that.  You can configure them directly with tc
> > instead.
> > 
> > > Also, I am unable to destroy the queues that I create. I used the
> > > command 'ovs-vsctl destroy queue 9ff1bfda-3f00-44b9-8e0f-0d3fc1261c08'
> > > where 9ff1bfda-3f00-44b9-8e0f-0d3fc1261c08 is the UUID of the queue.
> > 
> > You need to disconnect the queues from the QoS records that point to
> > them.  This will automatically destroy the queues. 
>  		 	   		  



More information about the discuss mailing list