]> git.baikalelectronics.ru Git - kernel.git/commit
smc: establish new socket family
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Mon, 9 Jan 2017 15:55:13 +0000 (16:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 21:07:38 +0000 (16:07 -0500)
commit90bb6d8d76d3b0198b0c72ad6d4b6cec29f4ddb7
tree17670ecbfbf96d8270c1a11ef4a00edd140e1541
parentd6f7562ddbe43232d26ce743a5cd99663e89840f
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>
MAINTAINERS
include/linux/socket.h
net/Kconfig
net/Makefile
net/core/sock.c
net/smc/Kconfig [new file with mode: 0644]
net/smc/Makefile [new file with mode: 0644]
net/smc/af_smc.c [new file with mode: 0644]
net/smc/smc.h [new file with mode: 0644]