Re: [PATCH v2 17/19] be2iscsi: Fix for MBX timeout issue

2012-11-13 Thread James Bottomley
On Wed, 2012-10-24 at 01:45 -0500, Mike Christie wrote: On 10/19/2012 06:15 PM, John Soni Jose wrote: @@ -763,26 +750,14 @@ static int beiscsi_get_port_speed(struct Scsi_Host *shost) BS_%d : Getting Port Speed Failed\n); return -EBUSY; -}

[PATCH v2 17/19] be2iscsi: Fix for MBX timeout issue

2012-10-19 Thread John Soni Jose
The MBX timeout value set to 100 and if adapter doesn;t return response in that time driver will return from waiting for completion with an error to the caller. In the earlier code driver use to wait until MBX response comes from adapter. Signed-off-by: John Soni Jose sony.joh...@emulex.com