]> git.baikalelectronics.ru Git - kernel.git/commit
smc: send data (through RDMA)
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Mon, 9 Jan 2017 15:55:23 +0000 (16:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 21:07:40 +0000 (16:07 -0500)
commit575c38e1e3b8f47a3abeeba7a9e69f9b902a555c
tree376bebbead3f9f2cabaddd75cfd34c32fe16ffda
parent1d3cffc60cd3eee02c011ad493f174aec4813250
smc: send data (through RDMA)

copy data to kernel send buffer, and trigger RDMA write

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/Makefile
net/smc/af_smc.c
net/smc/smc.h
net/smc/smc_cdc.c
net/smc/smc_tx.c [new file with mode: 0644]
net/smc/smc_tx.h [new file with mode: 0644]