Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Joe Eykholt and committed by
James Bottomley
5d4a2e29 618461c0

+4 -11
+4 -11
include/scsi/fc/fc_fcoe.h
··· 22 22 23 23 /* 24 24 * FCoE - Fibre Channel over Ethernet. 25 + * See T11 FC-BB-5 Rev 2.00 (09-056v5.pdf) 25 26 */ 26 27 27 28 /* 28 - * FC_FCOE_OUI hasn't been standardized yet. XXX TBD. 29 + * Default FC_FCOE_OUI / FC-MAP value. 29 30 */ 30 - #ifndef FC_FCOE_OUI 31 - #define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE dest MAC TBD */ 32 - #endif 31 + #define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */ 33 32 34 33 /* 35 - * The destination MAC address for the fabric login may get a different OUI. 36 - * This isn't standardized yet. 34 + * Fabric Login (FLOGI) MAC for non-FIP use. Non-FIP use is deprecated. 37 35 */ 38 - #ifndef FC_FCOE_FLOGI_MAC 39 - /* gateway MAC - TBD */ 40 36 #define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe } 41 - #endif 42 37 43 38 #define FC_FCOE_VER 0 /* version */ 44 39 ··· 46 51 47 52 /* 48 53 * FCoE frame header - 14 bytes 49 - * 50 - * This is the August 2007 version of the FCoE header as defined by T11. 51 54 * This follows the VLAN header, which includes the ethertype. 52 55 */ 53 56 struct fcoe_hdr {