]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async/rdma: implement send/recv in QueuePair
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 27 Aug 2019 03:48:52 +0000 (11:48 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 10 Sep 2019 13:22:12 +0000 (21:22 +0800)
commit8b74d0b641f6efd7586891d38b987d241f4cf010
tree10985ca9dac514f8bd82d6b83f985ff1d87e3b33
parentffc693a5c942ce1a33da66574ea921dc39e9728c
msg/async/rdma: implement send/recv in QueuePair

send/recv is used to transact connection management meta data.
QueuePair is the obj which has the meta data. Use QueuePair to
transact the meta data.
1. rename send_msg to send_cm_meta
2. rename recv_msg to recv_cm_meta
3. move send/recv_cm_meta to QueuePair class scope
4. change code to adapt to the above change

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/msg/async/rdma/Infiniband.cc
src/msg/async/rdma/Infiniband.h
src/msg/async/rdma/RDMAConnectedSocketImpl.cc