mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08: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>
10 lines
237 B
C
10 lines
237 B
C
/*
|
|
* Placeholders for subsequent patches
|
|
*/
|
|
|
|
#include "xprt_rdma.h"
|
|
|
|
void rpcrdma_conn_func(struct rpcrdma_ep *a) { }
|
|
void rpcrdma_reply_handler(struct rpcrdma_rep *a) { }
|
|
int rpcrdma_marshal_req(struct rpc_rqst *a) { return EINVAL; }
|