Closed enfiskutensykkel closed 6 years ago
This issue is related to the ongoing discussion in issue #8
The dma_map_resource()
functions are still dummy functions in the kernel for x86, but with Dolphin's SmartIO API we have made a solution for this. I will try to keep an eye on the development on this and maybe add the appropriate calls in the helper kernel module.
It appears that some efforts have been made recently to make IOMMU and PCIe peer-to-peer (P2P) work on x86. Need to test if the latest kernel properly supports
dma_map_resource()
and/or ifnvidia_p2p_map_pages()
returns valid IO addresses.