netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yi Zou <yi.zou@intel.com>
To: netdev@vger.kernel.org
Subject: [PATCH 1/3] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)
Date: Mon, 06 Oct 2008 16:39:18 -0700	[thread overview]
Message-ID: <20081006233918.4918.58918.stgit@zyfc9ini.jf.intel.com> (raw)
In-Reply-To: <20081006233409.4918.82298.stgit@zyfc9ini.jf.intel.com>

Signed-off-by: Yi Zou <yi.zou@intel.com>
---

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

diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h
index 723a1c5..e5ae72a 100644
--- a/include/linux/if_ether.h
+++ b/include/linux/if_ether.h
@@ -77,6 +77,7 @@
 #define ETH_P_PAE	0x888E		/* Port Access Entity (IEEE 802.1X) */
 #define ETH_P_AOE	0x88A2		/* ATA over Ethernet		*/
 #define ETH_P_TIPC	0x88CA		/* TIPC 			*/
+#define ETH_P_FCOE	0x8906		/* Fibre Channel over Ethernet	*/
 
 /*
  *	Non DIX types. Won't clash for 1500 types.


  reply	other threads:[~2008-10-06 23:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-06 23:39 [PATCH 0/3] New flags for Fibre Channel over Ethernet (FCoE) (v2) Yi Zou
2008-10-06 23:39 ` Yi Zou [this message]
2008-10-07  4:43   ` [PATCH 1/3] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) Pekka Savola
2008-10-06 23:39 ` [PATCH 2/3] net: reclaim 8 upper bits of the netdev->features from GSO Yi Zou
2008-10-06 23:39 ` [PATCH 3/3] net: define feature flags for FCoE offloads Yi Zou
  -- strict thread matches above, loose matches on Subject: below --
2008-11-17 18:38 [PATCH 0/3] net: New flags for Fibre Channel over Ethernet (FCoE) (Resubmit) Yi Zou
2008-11-17 18:38 ` [PATCH 1/3] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) Yi Zou

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=20081006233918.4918.58918.stgit@zyfc9ini.jf.intel.com \
    --to=yi.zou@intel.com \
    --cc=netdev@vger.kernel.org \
    /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).