]> git.baikalelectronics.ru Git - kernel.git/commit
iser-target: Disable TX completion interrupt coalescing
authorNicholas Bellinger <nab@linux-iscsi.org>
Sun, 5 Oct 2014 09:13:03 +0000 (02:13 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 5 Oct 2014 09:27:05 +0000 (02:27 -0700)
commite922d53a29b344796bf280e4dc3fa131369e5dc9
treeebab1ecb2e70c4f4ebcd56e1b974ece8c2876c11
parentd4900c5f13d3f480b464667da772bdcafbac184b
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 76ede0f7.

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: Moussa Ba <moussaba@micron.com>
Reported-by: Sagi Grimberg <sagig@dev.mellanox.co.il>
Cc: <stable@vger.kernel.org> # 3.13+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/infiniband/ulp/isert/ib_isert.c