Rdma-Write the content of the buffer
| 825 | |
| 826 | // Rdma-Write the content of the buffer |
| 827 | void RdmaMessageBuffer::Write(uint32_t imm_data, size_t buffer_size) { |
| 828 | Write(channel_, imm_data, buffer_size, (uint64_t)buffer_, self_->lkey, |
| 829 | remote_.remote_addr, remote_.rkey, RDMA_WRITE_ID_MESSAGE, this); |
| 830 | } |
| 831 | |
| 832 | // Generalized Write method |
| 833 | void RdmaMessageBuffer::Write(const RdmaChannel* channel, uint32_t imm_data, |
no outgoing calls