没有连接管理器的 RDMA:跳过 rdma_create_event_channel()

RDMA without the Connection Manager: skipping rdma_create_event_channel()

有没有一种方法可以在不调用连接管理器的情况下实现 RDMA RC 功能,从而跳过 rdma_create_event_channel() ?

也许通过外部协议简单地交换必要的信息,比如 UDP 数据包?然后用接收到的参数初始化QP。

是否有人实现了任何此类协议外功能?

IB perftest 包支持传统的连接管理器方法和通过 TCP 套接字的旁路版本。请参阅 https://github.com/linux-rdma/perftest/blob/8332816c1c2b1911f18ba7230b7784cdb90961e3/src/perftest_communication.h#L165 及其调用者。