Skip to content
Commit 0d0f660d authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

iser-target: Disable TX completion interrupt coalescing



This patch explicitly disables TX completion interrupt coalescing logic
in isert_put_response() and isert_put_datain() that was originally added
as an efficiency optimization in commit 95b60f07.

It has been reported that this change can trigger ABORT_TASK timeouts
under certain small block workloads, where disabling coalescing was
required for stability.  According to Sagi, this doesn't impact
overall performance, so go ahead and disable it for now.

Reported-by: default avatarMoussa Ba <moussaba@micron.com>
Reported-by: default avatarSagi Grimberg <sagig@dev.mellanox.co.il>
Cc: <stable@vger.kernel.org> # 3.13+
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 92404e60
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment