From: Kiran Patil Date: Mon, 20 Jun 2011 23:59:15 +0000 (-0700) Subject: [SCSI] fcoe: Unable to select the exchangeID from offload pool for storage targets X-Git-Tag: v3.1-rc1~270^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff9918b625457ce20d450d00f9ed0a12ba191b7;p=pandora-kernel.git [SCSI] fcoe: Unable to select the exchangeID from offload pool for storage targets Problem: When initiator sends write command to target, target tries to assign new sequence. It allocates new exchangeID (RX_ID) always from non-offloaded pool (Non-offload EMA) Fix: Enhanced fcoe_oem_match routine to look at F_CTL flags and if it is exchange responder and command type is WRITEDATA, then function returns TRUE instead of FALSE. This function is used to determine which pool to use (offload pool of exchange is used only if this function returns TRUE). Technical Notes: N/A Signed-off-by: Kiran Patil Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed