]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async/rdma: use QueuePair as args to get more info
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 20 Aug 2019 10:02:43 +0000 (18:02 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 16 Sep 2019 07:25:01 +0000 (15:25 +0800)
commitee7623746d37d8315c79b14a6bf51752fb64bca9
tree754013ed86b5f98f730751392f9a917814996988
parentcc08b02046ce1243926c2d716281566bd0a70402
msg/async/rdma: use QueuePair as args to get more info

ibv_qp is member in class QueuePair. QueuePair has other fields
which is needed in post_chunks_to_rq to be further checked for
different hardware feature e.g. SRQ/iWARP/RoCE

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
src/msg/async/rdma/RDMAIWARPConnectedSocketImpl.cc
src/msg/async/rdma/RDMAStack.cc
src/msg/async/rdma/RDMAStack.h