mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
RPCRDMA: rpc rdma transport switch
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>
This commit is contained in:
parent
2cf7ff7a37
commit
f58851e6b0
7 changed files with 1185 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue