diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-08-30 08:03:52 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-30 06:54:12 -0700 |
commit | 300b4fefcbb5a5ced4f0554e109679e44cdf44ea (patch) | |
tree | c77b64f94272188b8f2ce81e2f300222630ebdbe /libglusterfs/src | |
parent | 55bbf23b3a608f67b7a05939f4205049e92d081a (diff) |
Bring in new transport rdma.
- rdma is new transport and improvement over current ib-verbs. It uses
rdma-read and rdma-write for efficiently transferring large buffers.
For more details please refer to rfc-5666 and rfc-5667.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 513 (Introduce 0 copy rdma)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=513
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/mem-types.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index 18a8e8106e0..e8c8427e807 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -87,6 +87,15 @@ enum gf_common_mem_types_ { gf_common_mt_rpc_trans_reqinfo_t, gf_common_mt_rpc_trans_rsp_t, gf_common_mt_glusterfs_graph_t, + gf_common_mt_rdma_private_t, + gf_common_mt_rdma_ioq_t, + gf_common_mt_rpc_transport_t, + gf_common_mt_rdma_local_t, + gf_common_mt_rdma_post_t, + gf_common_mt_qpent, + gf_common_mt_rdma_device_t, + gf_common_mt_rdma_context_t, + gf_common_mt_sge, gf_common_mt_end }; #endif |