]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg/async/rdma: check device_attr->max_srq is not zero
authorChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 3 Jun 2019 09:53:37 +0000 (17:53 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Fri, 23 Aug 2019 02:45:05 +0000 (10:45 +0800)
commit9c7ba67cc7acd4b183c79a680f5a15aaab9f3530
treecede78b9a56e4c8895625bd5053416361bd6eb7c
parente59a764dd16aa3424fba050f70343f66ab154b7c
msg/async/rdma: check device_attr->max_srq is not zero

Some rdma devices don't support srq(shared receive queue).
Check hardware attribute if ceph is configured to use srq.

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