From b8ed8da853ac60a19a2099f0c1de21f50fe34fe4 Mon Sep 17 00:00:00 2001 From: Mohammed Rafi KC Date: Mon, 22 Dec 2014 15:16:43 +0530 Subject: rdma: post multiple work request in a single call. 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: 1164079 Signed-off-by: Mohammed Rafi KC Reviewed-on: http://review.gluster.org/9327 Reviewed-by: Raghavendra G Tested-by: Raghavendra G --- libglusterfs/src/mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/mem-types.h b/libglusterfs/src/mem-types.h index 388b8dedfd9..dd24913278f 100644 --- a/libglusterfs/src/mem-types.h +++ b/libglusterfs/src/mem-types.h @@ -126,6 +126,7 @@ enum gf_common_mem_types_ { gf_common_mt_strfd_data_t = 110, gf_common_mt_regex_t = 111, gf_common_mt_ereg = 112, + gf_common_mt_wr = 113, gf_common_mt_end }; #endif -- cgit