[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)

This adds eth type ETH_P_FCOE for Fibre Channel over Ethernet (FCoE),
consequently, the ETH_P_FCOE from fc_fcoe.h and fcoe skb->protocol
is not set as ETH_P_FCOE.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
Yi Zou
2009-02-27 14:06:37 -08:00
committed by James Bottomley
parent 7687fb9209
commit 211c738d86
3 changed files with 2 additions and 8 deletions

View File

@ -24,13 +24,6 @@
* FCoE - Fibre Channel over Ethernet.
*/
/*
* The FCoE ethertype eventually goes in net/if_ether.h.
*/
#ifndef ETH_P_FCOE
#define ETH_P_FCOE 0x8906 /* FCOE ether type */
#endif
/*
* FC_FCOE_OUI hasn't been standardized yet. XXX TBD.
*/