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.
特别是,我想知道为什么 ibv_create_qp 会失败。当它返回 NULL 时,表明它失败了,有没有办法准确找出问题所在?
估计信息不多。
您可以从查看errno价值开始。它可能会提供一些线索,尽管我相信大多数错误都会导致通用的EINVAL. 如果您愿意使用调试器逐步完成 libibverbs,您可以获得更多信息。内核驱动程序内部发生了一些错误,需要调查相关的内核模块。也许您设备的内核驱动程序有一些可以启用的调试打印?
errno
EINVAL