RE: [PATCH 1/4] be2iscsi : Fix the retry count for boot targets

2014-12-16 Thread Minh Duc Tran
>On 12/16/14, 8:33 PM, John Soni Jose wrote: >> +#define GET_BOOT_RETRIES45 >> +#define GET_BOOT_TO 20 >> /** >Does beiscsi_get_boot_info() succeed when the fw is able to log into the >target (go into iscsi full feature phase) or just able to reach it (ICMP ping >the port or someth

Re: [PATCH 1/4] be2iscsi : Fix the retry count for boot targets

2014-12-16 Thread Mike Christie
On 12/16/14, 8:33 PM, John Soni Jose wrote: +#define GET_BOOT_RETRIES 45 +#define GET_BOOT_TO20 /** Does beiscsi_get_boot_info() succeed when the fw is able to log into the target (go into iscsi full feature phase) or just able to reach it (ICMP ping the port or something

[PATCH 1/4] be2iscsi : Fix the retry count for boot targets

2014-12-16 Thread John Soni Jose
Increment the retry count to get the boot target info when port async event is received by the driver. Update sysfs enteries with the boot target parameters. Signed-off-by: Minh Tran Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal --- drivers/scsi/be2iscsi/be_cmds.c |4