aja-video / libajantv2

Open-source library for AJA Video Systems desktop IO cards.
MIT License
22 stars 14 forks source link

Fix RDMA for iGPU #19

Closed ibstewart closed 2 months ago

ibstewart commented 6 months ago

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:

ibstewart commented 2 months ago

It seems this has been addressed by other changes. Closing.