You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2021/05/13 10:46:24 UTC

[GitHub] [incubator-brpc] tbago opened a new pull request #1402: Fixed rdma multi device connect failed issue

tbago opened a new pull request #1402:
URL: https://github.com/apache/incubator-brpc/pull/1402


   The root cause is that if you specified the rdma_device in GFLAGS, the rdma_helper will alloc the pd in the specified device. But in [RdmaCommunicationManager::Create()](https://github.com/apache/incubator-brpc/blob/rdma/src/brpc/rdma/rdma_communication_manager.cpp#L70) the cm_id will always bind to the first device. So the pd is not matched and create qp will return failed. #1401 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org