Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204114
b: refs/heads/master
c: 5d4a2e2
h: refs/heads/master
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Jul 27, 2010
1 parent 9817f89 commit 4f5676b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 618461c02b00a658ec8aa07d409cd496a7e254e2
refs/heads/master: 5d4a2e29fba5b2bef95b96a46b338ec4d76fa4fd
15 changes: 4 additions & 11 deletions trunk/include/scsi/fc/fc_fcoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,18 @@

/*
* 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 dest MAC TBD */
#endif
#define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */

/*
* The destination MAC address for the fabric login may get a different OUI.
* This isn't standardized yet.
* Fabric Login (FLOGI) MAC for non-FIP use. Non-FIP use is deprecated.
*/
#ifndef FC_FCOE_FLOGI_MAC
/* gateway MAC - TBD */
#define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe }
#endif

#define FC_FCOE_VER 0 /* version */

Expand All @@ -51,8 +46,6 @@

/*
* 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.
*/
struct fcoe_hdr {
Expand Down

0 comments on commit 4f5676b

Please sign in to comment.