Re: [PATCH 1/2] libiscsi: Do not sent NOP when xmit is in progress

2009-06-25 Thread Hannes Reinecke
Mike Christie wrote: On 06/24/2009 09:40 AM, Hannes Reinecke wrote: During heavy I/O we might hit a receive timeout as the xmitworker is still busy sending PDUs. Even as we strictly speaking didn't receive a reply during the receive timeout, we didn't actually gave the target a chance to

[PATCH 1/2] libiscsi: Do not sent NOP when xmit is in progress

2009-06-24 Thread Hannes Reinecke
During heavy I/O we might hit a receive timeout as the xmitworker is still busy sending PDUs. Even as we strictly speaking didn't receive a reply during the receive timeout, we didn't actually gave the target a chance to reply as we're constantly hitting it with requests. So it's better to

Re: [PATCH 1/2] libiscsi: Do not sent NOP when xmit is in progress

2009-06-24 Thread Mike Christie
On 06/24/2009 09:40 AM, Hannes Reinecke wrote: During heavy I/O we might hit a receive timeout as the xmitworker is still busy sending PDUs. Even as we strictly speaking didn't receive a reply during the receive timeout, we didn't actually gave the target a chance to reply as we're constantly