diff options
author | Dmitry Bogdanov <[email protected]> | 2022-06-07 16:19:53 +0300 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-06-16 21:53:39 -0400 |
commit | 65080c51fde468465e3547d72e4a593b1361c0f4 (patch) | |
tree | 946787be2ef14d129373f1a54029c4c26a764f6f /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | c0d93b12f31c31748ca5d3349777c70f1e2a8228 (diff) |
scsi: iscsi: Prefer xmit of DataOut over new commands
iscsi_data_xmit() (TX worker) is iterating over the queue of new SCSI
commands concurrently with the queue being replenished. Only after the
queue is emptied will we start sending pending DataOut PDUs. That leads to
DataOut timeout on the target side and to connection reinstatement.
Give priority to pending DataOut commands over new commands.
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Konstantin Shelekhin <[email protected]>
Reviewed-by: Mike Christie <[email protected]>
Signed-off-by: Dmitry Bogdanov <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions