aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/Makefile
diff options
context:
space:
mode:
authorUrsula Braun <ubraun@linux.vnet.ibm.com>2017-01-09 16:55:19 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-09 16:07:39 -0500
commitf38ba179c6ca94ebeb0ac6a0956c4ea533151ad8 (patch)
treea061b0fe37bfc4070e7b97aa3600c72fc8bccf2b /net/smc/Makefile
parentsmc: remote memory buffers (RMBs) (diff)
downloadlinux-dev-f38ba179c6ca94ebeb0ac6a0956c4ea533151ad8.tar.xz
linux-dev-f38ba179c6ca94ebeb0ac6a0956c4ea533151ad8.zip
smc: work request (WR) base for use by LLC and CDC
The base containers for RDMA transport are work requests and completion queue entries processed through Infiniband verbs: * allocate and initialize these areas * map these areas to DMA * implement the basic communication consisting of work request posting and receival of completion queue events Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/Makefile')
-rw-r--r--net/smc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smc/Makefile b/net/smc/Makefile
index cb8bcd9df53e..b19120ed7102 100644
--- a/net/smc/Makefile
+++ b/net/smc/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_SMC) += smc.o
-smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o
+smc-y := af_smc.o smc_pnet.o smc_ib.o smc_clc.o smc_core.o smc_wr.o