summaryrefslogtreecommitdiff
path: root/certs
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2020-07-30 17:01:19 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-31 16:44:35 -0700
commit7c94a88295008f66e9a0efc1c15d8511f73a0366 (patch)
treed272633be577fc45d1ecd5622389867e6b2382da /certs
parenteff73e16ee116f6eafa2be48fab42659a27cb453 (diff)
s390/qeth: integrate RX refill worker with NAPI
Running a RX refill outside of NAPI context is inherently racy, even though the worker is only started for an entirely idle RX ring. >From the moment that the worker has replenished parts of the RX ring, the HW can use those RX buffers, raise an IRQ and cause our NAPI code to run concurrently to the RX refill worker. Instead let the worker schedule our NAPI instance, and refill the RX ring from there. Keeping accurate count of how many buffers still need to be refilled also removes some quirky arithmetic from the low-level code. Fixes: b333293058aa ("qeth: add support for af_iucv HiperSockets transport") Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions