vswitchd: Document behavior of 802.1p priorities with VLAN splinters.
authorBen Pfaff <blp@nicira.com>
Mon, 5 Mar 2012 17:52:36 +0000 (09:52 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 5 Mar 2012 21:37:56 +0000 (13:37 -0800)
Reported-by: likunyun <kunyunli@hotmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
vswitchd/vswitch.xml

diff --git a/AUTHORS b/AUTHORS
index 3bd4e65..b3d6e1a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -121,6 +121,7 @@ Voravit T.              voravit@kth.se
 YAMAMOTO Takashi        yamamoto@valinux.co.jp
 Yongqiang Liu           liuyq7809@gmail.com
 kk yap                  yapkke@stanford.edu
+likunyun                kunyunli@hotmail.com
 冯全树(Crab)          fqs888@126.com
 
 Thanks to all Open vSwitch contributors.  If you are not listed above
index 61a14de..ebbcbe7 100644 (file)
           VLAN splinters increase kernel and userspace memory overhead, so do
           not use them unless they are needed.
         </p>
+
+        <p>
+          VLAN splinters do not support 802.1p priority tags.  Received
+          priorities will appear to be 0, regardless of their actual values,
+          and priorities on transmitted packets will also be cleared to 0.
+        </p>
       </column>
     </group>