From patchwork Mon Oct 6 23:39:18 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zou X-Patchwork-Id: 3026 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 61B29DDE28 for ; Tue, 7 Oct 2008 10:42:50 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753472AbYJFXmq (ORCPT ); Mon, 6 Oct 2008 19:42:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752106AbYJFXmq (ORCPT ); Mon, 6 Oct 2008 19:42:46 -0400 Received: from mga11.intel.com ([192.55.52.93]:20164 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753243AbYJFXmp (ORCPT ); Mon, 6 Oct 2008 19:42:45 -0400 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 06 Oct 2008 16:39:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.33,370,1220252400"; d="scan'208";a="624074690" Received: from zyfc9ini.jf.intel.com ([10.23.35.112]) by fmsmga001.fm.intel.com with ESMTP; 06 Oct 2008 16:42:42 -0700 From: Yi Zou Subject: [PATCH 1/3] net: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) To: netdev@vger.kernel.org Date: Mon, 06 Oct 2008 16:39:18 -0700 Message-ID: <20081006233918.4918.58918.stgit@zyfc9ini.jf.intel.com> In-Reply-To: <20081006233409.4918.82298.stgit@zyfc9ini.jf.intel.com> References: <20081006233409.4918.82298.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..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.