From 69822b3c5a0af637f2c230fb8052463e08fa9e2e Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Wed, 11 Jan 2012 14:15:49 -0800 Subject: [PATCH] vswitchd: Document maximum queue_id for Linux QoS. The code enforces an exclusive 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 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 7d02e503..e28b053b 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1956,8 +1956,9 @@

- These key-value pairs are defined for of linux-htb. + + linux-htb may use queue_ids less than 61440. + It has the following key-value pairs defined.

- These key-value pairs are defined for of linux-hfsc. + + linux-hfsc may use queue_ids less than 61440. + It has the following key-value pairs defined.