]> 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)
commit9ee8784440b3a705e8db8863dbb6ea68528702e6
tree36e0467792f298620b4bf28e108202f5000ef57c
parent9eb53e09bd5e5f7cae3ead73c97d759121e7265b
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