From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yi Zou Subject: [PATCH 1/7] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) Date: Thu, 19 Feb 2009 12:49:41 -0700 Message-ID: <20090219194941.22270.31691.stgit.yi.zou@intel.com> References: <20090219194734.22270.8445.stgit@zychengdu.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com ([134.134.136.20]:48969 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754562AbZBSU47 (ORCPT ); Thu, 19 Feb 2009 15:56:59 -0500 In-Reply-To: <20090219194734.22270.8445.stgit@zychengdu.jf.intel.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org, netdev@vger.kernel.org This adds eth type ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) Signed-off-by: Yi Zou --- 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 7f3c735..59d197c 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -78,6 +78,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 */ #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ /*