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 <m...@nicira.com> Signed-off-by: Ethan Jackson <et...@nicira.com> --- vswitchd/vswitch.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 7d02e50..e28b053 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1956,8 +1956,9 @@ <group title="Configuration for linux-htb QoS"> <p> - These key-value pairs are defined for <ref table="QoS"/> <ref - table="QoS" column="type"/> of <code>linux-htb</code>. + <ref table="QoS"/> <ref table="QoS" column="type"/> + <code>linux-htb</code> may use <code>queue_id</code>s less than 61440. + It has the following key-value pairs defined. </p> <column name="other_config" key="min-rate" @@ -1992,8 +1993,9 @@ <group title="Configuration for linux-hfsc QoS"> <p> - These key-value pairs are defined for <ref table="QoS"/> <ref - table="QoS" column="type"/> of <code>linux-hfsc</code>. + <ref table="QoS"/> <ref table="QoS" column="type"/> + <code>linux-hfsc</code> may use <code>queue_id</code>s less than 61440. + It has the following key-value pairs defined. </p> <column name="other_config" key="min-rate" -- 1.7.7.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev