Re: [ovs-discuss] queue buffer

2014-09-29 Thread Ben Pfaff
Please don't drop the mailing list. The FAQ says: Q: I configured QoS, correctly, but my measurements show that it isn't working as well as I expect. A: With the Linux kernel, the Open vSwitch implementation of QoS has two aspects: - Open vSwitch configures a subset of Linux kernel

Re: [ovs-discuss] queue buffer

2014-09-29 Thread Ben Pfaff
I don't even know what the question means. http://linux.die.net/man/8/tc-htb doesn't talk about a buffer size. On Mon, Sep 29, 2014 at 10:43:53PM -0700, shiva rad wrote: > > > > what about question A ? I can't find any answers for this one! > > > On Tuesday, September 30, 2014 8:52 AM, Ben

Re: [ovs-discuss] queue buffer

2014-09-29 Thread Ben Pfaff
On Mon, Sep 29, 2014 at 10:18:36PM -0700, shiva rad wrote: > I have some questions about creating queues in ovs: > > A). how we can set buffer size for queues? > > B)In Ovs we can create a QOS with multiple queues with commands > below: > 1:ovs-vsctl set port eth1 qos=@newqos \ > 2: -- --id=@new

[ovs-discuss] queue buffer

2014-09-29 Thread shiva rad
Hi I have some questions about creating queues in ovs: A). how we can set buffer size for queues? B)In Ovs we can create a QOS with multiple queues with commands below: 1:ovs-vsctl set port eth1 qos=@newqos \ 2: -- --id=@newqos create qos type=linux-htb \ 3: other-config:max-rate=2 q