summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorMohammed Rafi KC <rkavunga@redhat.com>2014-12-22 15:16:43 +0530
committerRaghavendra Bhat <raghavendra@redhat.com>2015-03-27 04:33:28 -0700
commit8f12ed326db9e56e993947174b5048fca79dfc42 (patch)
tree21e5b9685339fc8969d3162e2ad56c958ce8cd91 /libglusterfs
parent692f1c6c92152fb592b0c35c0faa1610dbecaad5 (diff)
rdma: post multiple work request in a single call.
Back port of : http://review.gluster.org/9327 ibv_post-send will allow to send multiple work request in a single call posting as linked list. So if the payload count > 1, we can perform the data operation in a single call to ibv_post_send. Change-Id: Ib2e485cbbe6887919109e73e17d4fab595d5e65e BUG: 1202212 Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com> Reviewed-on: http://review.gluster.org/9327 Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Tested-by: Raghavendra G <rgowdapp@redhat.com> Reviewed-on: http://review.gluster.org/9887 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h
index 1cce6db7501..4f566f9ec57 100644
--- a/libglusterfs/src/mem-types.h
+++ b/libglusterfs/src/mem-types.h
@@ -125,6 +125,7 @@ enum gf_common_mem_types_ {
gf_common_mt_strfd_t = 109,
gf_common_mt_strfd_data_t = 110,
gf_common_mt_regex_t = 111,
+ gf_common_mt_wr = 112,
gf_common_mt_end
};
#endif