>On 12/16/14, 8:33 PM, John Soni Jose wrote: >> +#define GET_BOOT_RETRIES 45 >> +#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 something like that)? It should be in full feature phase. > It was not clear why the above values were selected. Was it meant to detect when the target could be down for extended periods due to something like maintenance or a reboot, >or is just handling some shorter settle period where the link is up but the fw could not reach the target port due to needing to do some other network setup. This is the time it takes for fw to login to boot target starting at Linkup in certain environments. Special cases such as MPIO where one port has LinkDown before boot but eventually became LinkUp while OS is running. The total time since LinkUp to successful target login by fw is calculated based on: port on switch became ready + DHCP address assignment + fw login. >Also, I think you want to add some sort of BEISCSI or at least BE prefix to the names to avoid collisions since they are pretty generic. Will do. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html