About Window NDI interface support in WinOF

Hi, all.
I’m working on Windows RDMA programming(suppose supporting both roce and infiniband),
I see that from WinOF-2, only Microsoft’s Network Direct Interface is supported, I would like to ask
a few related questions as belowing:

  1. Does ibverbs interface will no longer be supported in the future under windows platform ?
  2. Can we support RDMA transport between different platforms in runtime by programming, say linux and windows, that QPs connecting between one linux system and another windows system ?
  3. Why windows NDI interface programming must need a provider IP address ? we know that Infiniband do not need an actuall IP address.

Hello and thank you for contacting us.

  1. Does ibverbs interface will no longer be supported in the future under windows platform?

Ibverbs was not supported in WinOF-2 from day 1, only Network direct.

  1. Can we support RDMA transport between different platforms in runtime by programming, say Linux and windows, that QPs connecting between one Linux system and another windows system?

We support RDMA between Linux and windows, as far as I know it is tested in end-to-end.

  1. Why must Windows NDI interface programming need a provider IP address? We know that Infiniband does not need an actual IP address.

Microsoft wanted unified addressing for sockets, Infiniband and RoCE, hence they defined RDMA-CM (IP based) like interface.
Unlike Linux, in Windows, it is impossible to have RDMA stack without TCP/IP stack.

Best Regards,

Yogev Petrov

Nvidia Support Team