Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69236
b: refs/heads/master
c: f58851e
h: refs/heads/master
v: v3
  • Loading branch information
\"Talpey, Thomas\ authored and Trond Myklebust committed Oct 9, 2007
1 parent 8a47324 commit fb7a9b7
Show file tree
Hide file tree
Showing 8 changed files with 1,186 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cf7ff7a37cc149bd59c4f3bad432f686a4619c8
refs/heads/master: f58851e6b0f148fb4b2a1c6f70beb2f125863c0f
5 changes: 5 additions & 0 deletions trunk/include/linux/sunrpc/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ enum {
CTL_SLOTTABLE_TCP,
CTL_MIN_RESVPORT,
CTL_MAX_RESVPORT,
CTL_SLOTTABLE_RDMA,
CTL_RDMA_MAXINLINEREAD,
CTL_RDMA_MAXINLINEWRITE,
CTL_RDMA_WRITEPADDING,
CTL_RDMA_MEMREG,
};

#endif /* _LINUX_SUNRPC_DEBUG_H_ */
1 change: 1 addition & 0 deletions trunk/net/sunrpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

obj-$(CONFIG_SUNRPC) += sunrpc.o
obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma/

sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
auth.o auth_null.o auth_unix.o \
Expand Down
3 changes: 3 additions & 0 deletions trunk/net/sunrpc/xprtrdma/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma.o

xprtrdma-y := transport.o rpc_rdma.o verbs.o
9 changes: 9 additions & 0 deletions trunk/net/sunrpc/xprtrdma/rpc_rdma.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* 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; }
Loading

0 comments on commit fb7a9b7

Please sign in to comment.