From: Joe Eykholt Date: Wed, 6 May 2009 17:52:12 +0000 (-0700) Subject: [SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after reset. X-Git-Tag: v2.6.31-rc1~365^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f48f70ecef25df93e122985272ff647f5653836;p=pandora-kernel.git [SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after reset. When a reset is sent using fcoeadm on a non-FIP mode NIC, there's no link flap, so the fcoe_ctlr stays in non-FIP mode. In that case, FIP wasn't setting the flogi_oxid or map_dest flag, causing the FLOGI to be sent with the both wrong source MAC and the wrong destination MAC address, causing it to fail. This leads to a non-functioning HBA until a link flap or instance delete/create. Signed-off-by: Joe Eykholt Signed-off-by: James Bottomley --- Reading git-diff-tree failed