diff options
author | Karsten Graul <kgraul@linux.ibm.com> | 2018-05-15 11:04:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-16 11:49:19 -0400 |
commit | 2a4c57a9e731fa7bd20b028ca078a0ab0ec2485e (patch) | |
tree | afcc5c0fefefda9da14bf00daa21bce46554c9b4 /scripts/bpf_helpers_doc.py | |
parent | b32cf4ab68c06619bacefc7157857a08e7fee695 (diff) |
net/smc: use a workqueue to defer llc send
SMC handles deferred work in tasklets. As tasklets cannot sleep this
can result in rare EBUSY conditions, so defer this work in a work queue.
The high level api functions do not defer work because they can sleep
until the llc send is actually completed.
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions