简体   繁体   中英

RDMA - how does the ibv_post_send know the CQ?

I'm trying to learn RDMA.

My question is, when doing ibv_post_send , I should get a completion event on a completion queue. But how does the ibv_post_send know to which completion queue? From what I see here, I could have created many .

事实证明,启动QP时 ,可以在其init属性中将其分配给发送CQ和recv CQ。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM