summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/Makefile
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2016-01-07 14:50:10 -0500
committerDoug Ledford <dledford@redhat.com>2016-01-19 15:30:48 -0500
commit5d252f90a800cee5bc57c76d636ae60464f7a887 (patch)
treece8cc2748fb4fae72b74bddaa3e3229655395e69 /net/sunrpc/xprtrdma/Makefile
parent03fe9931536fe4782e9e34f7f499d588acd2015b (diff)
downloadop-kernel-dev-5d252f90a800cee5bc57c76d636ae60464f7a887.zip
op-kernel-dev-5d252f90a800cee5bc57c76d636ae60464f7a887.tar.gz
svcrdma: Add class for RDMA backwards direction transport
To support the server-side of an NFSv4.1 backchannel on RDMA connections, add a transport class that enables backward direction messages on an existing forward channel connection. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Acked-by: Bruce Fields <bfields@fieldses.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/Makefile')
-rw-r--r--net/sunrpc/xprtrdma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/Makefile b/net/sunrpc/xprtrdma/Makefile
index 33f99d3..dc9f3b5 100644
--- a/net/sunrpc/xprtrdma/Makefile
+++ b/net/sunrpc/xprtrdma/Makefile
@@ -2,7 +2,7 @@ obj-$(CONFIG_SUNRPC_XPRT_RDMA) += rpcrdma.o
rpcrdma-y := transport.o rpc_rdma.o verbs.o \
fmr_ops.o frwr_ops.o physical_ops.o \
- svc_rdma.o svc_rdma_transport.o \
+ svc_rdma.o svc_rdma_backchannel.o svc_rdma_transport.o \
svc_rdma_marshal.o svc_rdma_sendto.o svc_rdma_recvfrom.o \
module.o
rpcrdma-$(CONFIG_SUNRPC_BACKCHANNEL) += backchannel.o
OpenPOWER on IntegriCloud