diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2021-03-09 17:52:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-09 16:14:54 -0800 |
commit | 3e83d467a08e25b27c44c885f511624a71c84f7c (patch) | |
tree | 12693495613ac83e5a9cf06d8bf725f64267210a /drivers/ata | |
parent | c20383ad1656b0f6354dd50e4acd894f9d94090d (diff) | |
download | linux-3e83d467a08e25b27c44c885f511624a71c84f7c.tar.bz2 |
s390/qeth: schedule TX NAPI on QAOB completion
When a QAOB notifies us that a pending TX buffer has been delivered, the
actual TX completion processing by qeth_tx_complete_pending_bufs()
is done within the context of a TX NAPI instance. We shouldn't rely on
this instance being scheduled by some other TX event, but just do it
ourselves.
qeth_qdio_handle_aob() is called from qeth_poll(), ie. our main NAPI
instance. To avoid touching the TX queue's NAPI instance
before/after it is (un-)registered, reorder the code in qeth_open()
and qeth_stop() accordingly.
Fixes: 0da9581ddb0f ("qeth: exploit asynchronous delivery of storage blocks")
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ata')
0 files changed, 0 insertions, 0 deletions