mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 14:45:19 +07:00
f58851e6b0
This implements the configuration and building of the core transport switch implementation of the rpcrdma transport. Stubs are provided for the rpcrdma protocol handling, and the infiniband/iwarp verbs interface. These are provided in following patches. Signed-off-by: Tom Talpey <talpey@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
4 lines
91 B
Makefile
4 lines
91 B
Makefile
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma.o
|
|
|
|
xprtrdma-y := transport.o rpc_rdma.o verbs.o
|