]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: llc_add_link_work to handle ADD_LINK LLC requests
authorKarsten Graul <kgraul@linux.ibm.com>
Fri, 1 May 2020 10:48:13 +0000 (12:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 23:20:05 +0000 (16:20 -0700)
commit4b75606b4b5e7e7b7ecd1b35105648bd7f1929e6
tree36e0467792f298620b4bf28e108202f5000ef57c
parent6a30faa9d3a62a0c8e0211e780999b8902e5ada7
net/smc: llc_add_link_work to handle ADD_LINK LLC requests

Introduce a work that is scheduled when a new ADD_LINK LLC request is
received. The work will call either the SMC client or SMC server
ADD_LINK processing.

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