Re: [ovs-dev] [PATCH] vswitchd: Document maximum queue_id for Linux QoS.

2012-01-11 Thread Ethan Jackson
> (I guess "noninclusive" is the new "exclusive"?  :-) Now now, lets be nonnoninclusive of different writing styles. (I'll change it) Ethan ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vswitchd: Document maximum queue_id for Linux QoS.

2012-01-11 Thread Ben Pfaff
On Wed, Jan 11, 2012 at 02:18:53PM -0800, Ethan Jackson wrote: > The code enforces a noninclusive maximum of 0xf000 on queue_ids for > Linux queueing disciplines, but the documentation doesn't mention > this limitation. > > Reported-by: Michael Mao > Signed-off-by: Ethan Jackson Looks good. (I

[ovs-dev] [PATCH] vswitchd: Document maximum queue_id for Linux QoS.

2012-01-11 Thread Ethan Jackson
The code enforces a noninclusive maximum of 0xf000 on queue_ids for Linux queueing disciplines, but the documentation doesn't mention this limitation. Reported-by: Michael Mao Signed-off-by: Ethan Jackson --- vswitchd/vswitch.xml | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(