OSDN Git Service

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)
commitb45e7f98ab7c2d7035d92100ee011584693eccce
tree36e0467792f298620b4bf28e108202f5000ef57c
parent8574cf4055ab44724ee9a4c30921d3ed853d787c
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