forked from Minki/linux
[SCSI] fcoe: clean up TBD comments in FCoE prototype header
Some old comments in fc_fcoe.h say TBD long after the standard has been passed by T11. Clean them up. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
618461c02b
commit
5d4a2e29fb
@ -22,23 +22,18 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* FCoE - Fibre Channel over Ethernet.
|
* FCoE - Fibre Channel over Ethernet.
|
||||||
|
* See T11 FC-BB-5 Rev 2.00 (09-056v5.pdf)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FC_FCOE_OUI hasn't been standardized yet. XXX TBD.
|
* Default FC_FCOE_OUI / FC-MAP value.
|
||||||
*/
|
*/
|
||||||
#ifndef FC_FCOE_OUI
|
#define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */
|
||||||
#define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE dest MAC TBD */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The destination MAC address for the fabric login may get a different OUI.
|
* Fabric Login (FLOGI) MAC for non-FIP use. Non-FIP use is deprecated.
|
||||||
* This isn't standardized yet.
|
|
||||||
*/
|
*/
|
||||||
#ifndef FC_FCOE_FLOGI_MAC
|
|
||||||
/* gateway MAC - TBD */
|
|
||||||
#define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe }
|
#define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe }
|
||||||
#endif
|
|
||||||
|
|
||||||
#define FC_FCOE_VER 0 /* version */
|
#define FC_FCOE_VER 0 /* version */
|
||||||
|
|
||||||
@ -51,8 +46,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* FCoE frame header - 14 bytes
|
* FCoE frame header - 14 bytes
|
||||||
*
|
|
||||||
* This is the August 2007 version of the FCoE header as defined by T11.
|
|
||||||
* This follows the VLAN header, which includes the ethertype.
|
* This follows the VLAN header, which includes the ethertype.
|
||||||
*/
|
*/
|
||||||
struct fcoe_hdr {
|
struct fcoe_hdr {
|
||||||
|
Loading…
Reference in New Issue
Block a user