[PATCH 6/7] fcoe: remove ETH_P_FCOE from fc_fcoe.h

Previous thread: [PATCH 4/7] libfc: add support of large receive offload by ddp in fc_fcp by Yi Zou on Thursday, February 19, 2009 - 12:50 pm. (1 message)

Next thread: [PATCH 7/7] fcoe: fcoe fc crc offload indication by skb->ip_summed by Yi Zou on Thursday, February 19, 2009 - 12:50 pm. (1 message)
From: Yi Zou
Date: Thursday, February 19, 2009 - 12:50 pm

No need to have ETH_P_FCOE in fc_fcoe.h as it is now defined in if_ether.h

Signed-off-by: Yi Zou <yi.zou@intel.com>
---

 include/scsi/fc/fc_fcoe.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/include/scsi/fc/fc_fcoe.h b/include/scsi/fc/fc_fcoe.h
index f271d9c..ccb3dbe 100644
--- a/include/scsi/fc/fc_fcoe.h
+++ b/include/scsi/fc/fc_fcoe.h
@@ -25,13 +25,6 @@
  */
 
 /*
- * 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.
  */
 #ifndef FC_FCOE_OUI

--

From: Stephen Hemminger
Date: Thursday, February 19, 2009 - 2:25 pm

On Thu, 19 Feb 2009 12:50:23 -0700
Just do the move from fc_fcoe.h to if_ether.h in one patch.
--

From: Zou, Yi
Date: Thursday, February 19, 2009 - 2:49 pm

Good point, I'll fix that.

Thanks.
yi
--

Previous thread: [PATCH 4/7] libfc: add support of large receive offload by ddp in fc_fcp by Yi Zou on Thursday, February 19, 2009 - 12:50 pm. (1 message)

Next thread: [PATCH 7/7] fcoe: fcoe fc crc offload indication by skb->ip_summed by Yi Zou on Thursday, February 19, 2009 - 12:50 pm. (1 message)