[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:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user