Check whether the kernel shows the qdisc being configured: "tc qdisc
show".

On Sat, May 02, 2015 at 05:11:30PM +0500, Haleema Sadia wrote:
> Hi Ben,
> 
> Thanks for your response!
> 
> The ovs-vswitchd log shows shows no error and neither does it says anything
> about the queue creation. Is that fine? However, I do get the qos id and
> the queue id when I create them.
> 
> On Sat, May 2, 2015 at 3:57 AM, Ben Pfaff <[email protected]> wrote:
> 
> > On Thu, Apr 30, 2015 at 11:52:45AM +0500, Haleema Sadia Mahmood wrote:
> > > So I am trying to configure queues on a mininet topology. The command
> > that I use is, (here s1-eth1 is my port 1)
> > >
> > > sudo ovs-vsctl set port s1-eth1 qos=@newqos - -  - -id=@newqos create
> > qos type=linux-htb queues=0=@q0  - -  - -id=@q0 create queue
> > other-config:max-rate=100000000 other-config:min-rate=5000000 - -
> > >
> > > The qos is attached to the port, checked it from sudo ovs-vsctl list
> > port s1-eth1, and the queues are created.
> >
> > Probably the queues aren't really created.  Check the ovs-vswitchd log
> > for error messages.
> >
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to