Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dcbnl: Add IEEE app selector value definitions

This adds defines for the app selector values currently
defined in the IEEE 802.1Qaz specification.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mark Rustad and committed by
David S. Miller
0c0217b0 171f20e9

+5
+5
include/linux/dcbnl.h
··· 125 125 __u8 tcs_supported; 126 126 }; 127 127 128 + /* IEEE 802.1Qaz std supported values */ 129 + #define IEEE_8021QAZ_APP_SEL_ETHERTYPE 1 130 + #define IEEE_8021QAZ_APP_SEL_STREAM 2 131 + #define IEEE_8021QAZ_APP_SEL_DGRAM 3 132 + #define IEEE_8021QAZ_APP_SEL_ANY 4 128 133 129 134 /* This structure contains the IEEE 802.1Qaz APP managed object. This 130 135 * object is also used for the CEE std as well. There is no difference