]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: process llc responses in tasklet context
authorKarsten Graul <kgraul@linux.ibm.com>
Wed, 29 Apr 2020 15:10:47 +0000 (17:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2020 19:26:33 +0000 (12:26 -0700)
commite0f44e8883c56ee200a7f4d2ed87a06e29680b06
tree56128730c795ca130c436c1928efc26f69e0abbc
parent969064d2b1b4127afffd3eeb24ae4a2439aa9a30
net/smc: process llc responses in tasklet context

When llc responses are received then possible waiters for this response
are to be notified. This can be done in tasklet context, without to
use a work in the llc work queue. Move all code that handles llc
responses into smc_llc_rx_response().

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_core.h
net/smc/smc_llc.c