smc: establish new socket family
* enable smc module loading and unloading * register new socket family * basic smc socket creation and deletion * use backing TCP socket to run CLC (Connection Layer Control) handshake of SMC protocol * Setup for infiniband traffic is implemented in follow-on patches. For now fallback to TCP socket is always used. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Reviewed-by: Utz Bacher <utz.bacher@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing
net/smc/Kconfig
0 → 100644
net/smc/Makefile
0 → 100644
net/smc/af_smc.c
0 → 100644
This diff is collapsed.
net/smc/smc.h
0 → 100644
Please register or sign in to comment