diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2008-10-22 19:47:39 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@opteron.(none)> | 2008-10-22 19:47:39 -0400 |
commit | fc79d4b104f0eb8c2a7242150eaf8756ced4c344 (patch) | |
tree | b8e9974570ca194acc3ebd24ba7a864bba80c477 /net/9p/Kconfig | |
parent | ea2e7996fc892e9becfed9145fdcefd59f697718 (diff) |
9p: rdma: RDMA Transport Support for 9P
This patch implements the RDMA transport provider for 9P. It allows
mounts to be performed over iWARP and IB capable network interfaces.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Latchesar Ionkov <lionkov@lanl.gov>
Diffstat (limited to 'net/9p/Kconfig')
-rw-r--r-- | net/9p/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/9p/Kconfig b/net/9p/Kconfig index ff34c5acc130..c42c0c400bf9 100644 --- a/net/9p/Kconfig +++ b/net/9p/Kconfig | |||
@@ -20,6 +20,12 @@ config NET_9P_VIRTIO | |||
20 | This builds support for a transports between | 20 | This builds support for a transports between |
21 | guest partitions and a host partition. | 21 | guest partitions and a host partition. |
22 | 22 | ||
23 | config NET_9P_RDMA | ||
24 | depends on NET_9P && INFINIBAND && EXPERIMENTAL | ||
25 | tristate "9P RDMA Transport (Experimental)" | ||
26 | help | ||
27 | This builds support for a RDMA transport. | ||
28 | |||
23 | config NET_9P_DEBUG | 29 | config NET_9P_DEBUG |
24 | bool "Debug information" | 30 | bool "Debug information" |
25 | depends on NET_9P | 31 | depends on NET_9P |