The RDMA support for iGPU is now provided by the nvidia-p2p.ko module, and the symbols should be included in the same way that the symbols from nvidia.ko are included for the dGPU RDMA build.
This also fixes a function signature error with rdma_get_pages (and moves rdma_put_pages for consistency).
This was tested on:
x86 system with Ubuntu 22.04 and open kernel drivers
The RDMA support for iGPU is now provided by the
nvidia-p2p.ko
module, and the symbols should be included in the same way that the symbols fromnvidia.ko
are included for the dGPU RDMA build.This also fixes a function signature error with
rdma_get_pages
(and movesrdma_put_pages
for consistency).This was tested on: