RDMA - ibv_post_send 如何知道 CQ?
RDMA - how does the ibv_post_send know the CQ?
我正在努力学习 RDMA。
我的问题是,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。
原来when initiating a QP,可以在其init属性中分配给一个send CQ和recv CQ。
我正在努力学习 RDMA。
我的问题是,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。
原来when initiating a QP,可以在其init属性中分配给一个send CQ和recv CQ。