netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Fastabend <john.r.fastabend@intel.com>
To: davem@davemloft.net
Cc: mark.d.rustad@intel.com, netdev@vger.kernel.org, shmulikr@broadcom.com
Subject: [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions
Date: Mon, 14 Mar 2011 12:01:15 -0700	[thread overview]
Message-ID: <20110314190114.12070.94640.stgit@jf-dev1-dcblab> (raw)
In-Reply-To: <20110314190102.12070.21182.stgit@jf-dev1-dcblab>

From: Mark Rustad <mark.d.rustad@intel.com>

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>
---

 include/linux/dcbnl.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h
index eedf79b..c522800 100644
--- a/include/linux/dcbnl.h
+++ b/include/linux/dcbnl.h
@@ -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


  parent reply	other threads:[~2011-03-14 19:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-14 19:01 [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
2011-03-15  0:03   ` David Miller
2011-03-14 19:01 ` John Fastabend [this message]
2011-03-15  0:03   ` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions David Miller
2011-03-15  0:03 ` [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110314190114.12070.94640.stgit@jf-dev1-dcblab \
    --to=john.r.fastabend@intel.com \
    --cc=davem@davemloft.net \
    --cc=mark.d.rustad@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=shmulikr@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).