]> Git Repo - linux.git/commit - net/smc/smc_clc.h
net/smc: check for ip prefix and subnet
authorKarsten Graul <[email protected]>
Fri, 12 Apr 2019 10:57:25 +0000 (12:57 +0200)
committerDavid S. Miller <[email protected]>
Fri, 12 Apr 2019 17:50:56 +0000 (10:50 -0700)
commit598866974c94eecb842291253780274f96b3d919
treebc649c24343d62b99d4ffde1aa31828323fcd262
parent4ada81fddfbbda360bb692aa469d472ebb06b37d
net/smc: check for ip prefix and subnet

The check for a matching ip prefix and subnet was only done for SMC-R
in smc_listen_rdma_check() but not when an SMC-D connection was
possible. Rename the function into smc_listen_prfx_check() and move its
call to a place where it is called for both SMC variants.
And add a new CLC DECLINE reason for the case when the IP prefix or
subnet check fails so the reason for the failing SMC connection can be
found out more easily.

Signed-off-by: Karsten Graul <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/smc/af_smc.c
net/smc/smc_clc.h
This page took 0.05737 seconds and 4 git commands to generate.