aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
authorFrank Mayhar <fmayhar@google.com>2020-02-27 14:59:45 -0500
committerMartin K. Petersen <martin.petersen@oracle.com>2020-03-11 23:07:57 -0400
commitcc6b32ee3b914d3036a4d364fd4918b48fc034eb (patch)
tree2eaf6fed23b2af71f1970461eb213757de6d2a21 /drivers/message
parentscsi: aacraid: Disabling TM path and only processing IOP reset (diff)
downloadlinux-dev-cc6b32ee3b914d3036a4d364fd4918b48fc034eb.tar.xz
linux-dev-cc6b32ee3b914d3036a4d364fd4918b48fc034eb.zip
scsi: iscsi: Add support for asynchronous iSCSI session destruction
iSCSI session destruction can be arbitrarily slow, since it might require network operations and serialization inside the SCSI layer. This patch adds a new user event to trigger the destruction work asynchronously, releasing the rx_queue_mutex as soon as the operation is queued and before it is performed. This change allows other operations to run in other sessions in the meantime, removing one of the major iSCSI bottlenecks for us. To prevent the session from being used after the destruction request, we remove it immediately from the sesslist. This simplifies the locking required during the asynchronous removal. Link: https://lore.kernel.org/r/20200227195945.761719-1-krisman@collabora.com Co-developed-by: Gabriel Krisman Bertazi <krisman@collabora.com> Co-developed-by: Khazhismel Kumykov <khazhy@google.com> Reviewed-by: Lee Duncan <lduncan@suse.com> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Frank Mayhar <fmayhar@google.com> Signed-off-by: Khazhismel Kumykov <khazhy@google.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions