Allow to send more than 1 operation at a time

This commit is contained in:
Vitaliy Filippov
2023-02-26 02:01:04 +03:00
parent 138ffe4032
commit c3e80abad7
4 changed files with 49 additions and 30 deletions
+1
View File
@@ -51,6 +51,7 @@ struct msgr_rdma_connection_t
int send_pos = 0, send_buf_pos = 0;
int next_recv_buf = 0;
std::vector<void*> recv_buffers;
std::vector<uint64_t> send_sizes;
~msgr_rdma_connection_t();
static msgr_rdma_connection_t *create(msgr_rdma_context_t *ctx, uint32_t max_send, uint32_t max_recv, uint32_t max_sge, uint32_t max_msg);