diff options
author | Mohammed Rafi KC <rkavunga@redhat.com> | 2014-12-22 15:16:43 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-02-12 05:03:50 -0800 |
commit | b8ed8da853ac60a19a2099f0c1de21f50fe34fe4 (patch) | |
tree | e76122e5344559a925071ef5d0ab13e2c1e41340 /libglusterfs | |
parent | 60361d84a03048b0882935fb92c19ac3b68f9325 (diff) |
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 <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/9327
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/mem-types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |