linux/net/smc
Hans Wippel be244f28d2 net/smc: add SMC-D support in data transfer
The data transfer and CDC message headers differ in SMC-R and SMC-D.
This patch adds support for the SMC-D data transfer to the existing SMC
code. It consists of the following:

* SMC-D CDC support
* SMC-D tx support
* SMC-D rx support

The CDC header is stored at the beginning of the receive buffer. Thus, a
rx_offset variable is added for the CDC header offset within the buffer
(0 for SMC-R).

Signed-off-by: Hans Wippel <hwippel@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Suggested-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-30 20:42:26 +09:00
..
af_smc.c net/smc: add SMC-D support in CLC messages 2018-06-30 20:42:25 +09:00
Kconfig net/smc: remove Kconfig warning 2017-07-29 11:22:58 -07:00
Makefile net/smc: add base infrastructure for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_cdc.c net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_cdc.h net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_clc.c net/smc: add SMC-D support in CLC messages 2018-06-30 20:42:25 +09:00
smc_clc.h net/smc: add SMC-D support in CLC messages 2018-06-30 20:42:25 +09:00
smc_close.c net/smc: simplify wait when closing listen socket 2018-03-15 09:49:13 -04:00
smc_close.h net/smc: replace sock_put worker by socket refcounting 2018-01-26 10:41:56 -05:00
smc_core.c net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_core.h net/smc: add base infrastructure for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_diag.c net/smc: add base infrastructure for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_ib.c net/smc: add pnetid support 2018-06-30 20:42:25 +09:00
smc_ib.h net/smc: add pnetid support 2018-06-30 20:42:25 +09:00
smc_ism.c net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_ism.h net/smc: add base infrastructure for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_llc.c net/smc: drop messages when link state is inactive 2018-05-16 11:49:20 -04:00
smc_llc.h net/smc: use a workqueue to defer llc send 2018-05-16 11:49:19 -04:00
smc_pnet.c net/smc: add pnetid support for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_pnet.h net/smc: add pnetid support for SMC-D and ISM 2018-06-30 20:42:25 +09:00
smc_rx.c net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_rx.h smc: add support for splice() 2018-05-04 11:45:06 -04:00
smc_tx.c net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_tx.h net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00
smc_wr.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
smc_wr.h net/smc: pay attention to MAX_ORDER for CQ entries 2018-03-14 13:40:44 -04:00
smc.h net/smc: add SMC-D support in data transfer 2018-06-30 20:42:26 +09:00