Re: [PATCH v1] libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop

2015-07-10 Thread Mike Christie
On 7/4/15, 6:08 AM, Sagi Grimberg wrote: From: Ariel Nahum ari...@mellanox.com Connection last_ping is not being updated when iscsi_send_nopout fails. Not updating the last_ping will cause firing a timer to a past time (last_ping + ping_tmo current_time) which triggers an infinite loop of

Re: [PATCH v1] libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop

2015-07-09 Thread Sagi Grimberg
Ping? From: Ariel Nahum ari...@mellanox.com Connection last_ping is not being updated when iscsi_send_nopout fails. Not updating the last_ping will cause firing a timer to a past time (last_ping + ping_tmo current_time) which triggers an infinite loop of iscsi_check_transport_timeouts() and

[PATCH v1] libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop

2015-07-05 Thread Sagi Grimberg
From: Ariel Nahum ari...@mellanox.com Connection last_ping is not being updated when iscsi_send_nopout fails. Not updating the last_ping will cause firing a timer to a past time (last_ping + ping_tmo current_time) which triggers an infinite loop of iscsi_check_transport_timeouts() and hogs the