diff options
| author | James Smart <[email protected]> | 2019-09-21 20:58:56 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-09-30 22:07:10 -0400 |
| commit | 51f8e43ed355d30b3c93293077ecb0c0afac3799 (patch) | |
| tree | a9520a4f64d01509664024f82967d647650d09e3 /tools/perf/scripts/python/netdev-times.py | |
| parent | 3f97aed6117c7677eb16756c4ec8b86000fd5822 (diff) | |
scsi: lpfc: Fix NVMe ABTS in response to receiving an ABTS
When the port, running as a nvme target, receives an ABTS, it submits
commands to the adapter to Abort i/o outstanding in the adapter. The Abort
command formatting routine left a command field set to zero, which
instructs the adapter to generate an ABTS on the wire as part of cleaning
up the I/O. This is common operation for an initiator, but not for a
target.
Fix the driver to check whether an ABTS had been received for the I/O, and
if so, change the Abort command formatting so that the ABTS generation is
disabled (IA=1). No need to ABTS it when the other side already has.
Also refactored the code such that there is a single routine being used for
nvme or nvmet ABORT requests, and IA is an argument.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions