From patchwork Mon Oct 6 22:09:20 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zou X-Patchwork-Id: 2986 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 43E51DDF4E for ; Tue, 7 Oct 2008 09:12:56 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756149AbYJFWMc (ORCPT ); Mon, 6 Oct 2008 18:12:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756141AbYJFWMb (ORCPT ); Mon, 6 Oct 2008 18:12:31 -0400 Received: from mga03.intel.com ([143.182.124.21]:55499 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756132AbYJFWMa (ORCPT ); Mon, 6 Oct 2008 18:12:30 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 06 Oct 2008 15:12:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.33,369,1220252400"; d="scan'208";a="55882380" Received: from zyfc9ini.jf.intel.com ([10.23.35.112]) by azsmga001.ch.intel.com with ESMTP; 06 Oct 2008 15:11:54 -0700 From: Yi Zou Subject: [PATCH 1/2] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) To: netdev@vger.kernel.org Cc: devel@open-fcoe.org Date: Mon, 06 Oct 2008 15:09:20 -0700 Message-ID: <20081006220920.3308.18862.stgit@zyfc9ini.jf.intel.com> In-Reply-To: <20081006220524.3308.64889.stgit@zyfc9ini.jf.intel.com> References: <20081006220524.3308.64889.stgit@zyfc9ini.jf.intel.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 723a1c5..e225b41 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.