Xilinx / open-nic-driver

AMD OpenNIC driver includes the Linux kernel driver
GNU General Public License v2.0
55 stars 40 forks source link

Support non-IOMMU #13

Closed lmunch closed 2 years ago

lmunch commented 3 years ago

The driver was wrongly setting up streaming mappings to a 32-bit DMA mask. Only coherent mask should be 32 bit. This fixes non-IOMMU systems.

Signed-off-by: Lars Munch lars@segv.dk