Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试学习 RDMA。
我的问题是,在执行ibv_post_send时,我应该在完成队列上获得一个完成事件。但是ibv_post_send怎么知道到哪个完成队列呢?从我在这里看到的情况来看,我可以创建许多.
结果表明,在启动 QP时,可以在其 init 属性中将其分配给 send CQ 和 recv CQ。