From: Jayamohan Kallickal Date: Sat, 6 Apr 2013 03:38:37 +0000 (-0700) Subject: [SCSI] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsn X-Git-Tag: v3.10-rc1~3^2~1^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702dc5e868926056349e12a41bd70a4a4eb94940;p=pandora-kernel.git [SCSI] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsn Command Window value from the CQE was used to calculate the max_cmdsn for that session.The command window value extracted for SKH-R adapter was not proper. The value was extracted from BE adapter completion event. Fixed the issue by getting the cmd_wnd value from SKH-R CQE. The exp_cmdsn and max_cmdsn values were not converted to BE format before calling the __iscsi_complete_pdu(). Fixed the issue of converting to BE format. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed