]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] be2iscsi: Fix SGL posting for unaligned ICD values
authorJayamohan Kallickal <jayamohank@gmail.com>
Sat, 28 Sep 2013 22:35:59 +0000 (15:35 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 19 Oct 2013 21:46:33 +0000 (22:46 +0100)
commit82617273e52db56b5b0fb7061fba481e98f22099
tree39e510cc47cbe5300fd33325faef88140be3b36d
parentca576ba21d2f839af19141188ce672ae52f9aca5
[SCSI] be2iscsi: Fix SGL posting for unaligned ICD values

If certain configuration it is possible that ICD range is not page-aligned.
SGL posting failed in these configuration and driver load was not success.
This fix aligns ICD range values and SGL posting for IO is done.

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/be2iscsi/be_main.c
drivers/scsi/be2iscsi/be_mgmt.c