From patchwork Thu Feb 19 19:49:41 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zou X-Patchwork-Id: 23451 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 64A04DDD1C for ; Fri, 20 Feb 2009 07:57:11 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754821AbZBSU5F (ORCPT ); Thu, 19 Feb 2009 15:57:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754682AbZBSU5D (ORCPT ); Thu, 19 Feb 2009 15:57:03 -0500 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 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 19 Feb 2009 12:51:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.38,236,1233561600"; d="scan'208";a="491501719" Received: from zychengdu.jf.intel.com ([10.23.35.64]) by orsmga001.jf.intel.com with ESMTP; 19 Feb 2009 12:56:33 -0800 From: Yi Zou Subject: [PATCH 1/7] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) To: linux-scsi@vger.kernel.org, netdev@vger.kernel.org Date: Thu, 19 Feb 2009 12:49:41 -0700 Message-ID: <20090219194941.22270.31691.stgit.yi.zou@intel.com> In-Reply-To: <20090219194734.22270.8445.stgit@zychengdu.jf.intel.com> References: <20090219194734.22270.8445.stgit@zychengdu.jf.intel.com> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 ] */ /*