]> Git Repo - linux.git/commitdiff
net: dcbnl: Add IEEE app selector value definitions
authorMark Rustad <[email protected]>
Mon, 14 Mar 2011 09:01:15 +0000 (09:01 +0000)
committerDavid S. Miller <[email protected]>
Tue, 15 Mar 2011 00:02:43 +0000 (17:02 -0700)
This adds defines for the app selector values currently
defined in the IEEE 802.1Qaz specification.

Signed-off-by: Mark Rustad <[email protected]>
Signed-off-by: John Fastabend <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/dcbnl.h

index eedf79b7ef7e07074165d28ce400da5fe22aaae9..c52280047e2c60835b3013fe27672ca64b4fe57e 100644 (file)
@@ -125,6 +125,11 @@ struct cee_pfc {
        __u8    tcs_supported;
 };
 
+/* IEEE 802.1Qaz std supported values */
+#define IEEE_8021QAZ_APP_SEL_ETHERTYPE 1
+#define IEEE_8021QAZ_APP_SEL_STREAM    2
+#define IEEE_8021QAZ_APP_SEL_DGRAM     3
+#define IEEE_8021QAZ_APP_SEL_ANY       4
 
 /* This structure contains the IEEE 802.1Qaz APP managed object. This
  * object is also used for the CEE std as well. There is no difference
This page took 0.052892 seconds and 4 git commands to generate.