Page MenuHomeFreeBSD

vtblk: Bypass iommu on powerpc
ClosedPublic

Authored by cperciva on Dec 28 2022, 6:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 31, 11:09 AM
Unknown Object (File)
Thu, Aug 27, 11:04 AM
Unknown Object (File)
Mon, Aug 24, 8:33 PM
Unknown Object (File)
Mon, Aug 24, 8:21 PM
Unknown Object (File)
Sat, Aug 22, 9:24 PM
Unknown Object (File)
Mon, Aug 10, 8:59 PM
Unknown Object (File)
Sat, Aug 8, 6:51 PM
Unknown Object (File)
Sat, Aug 8, 6:45 PM
Subscribers

Details

Summary

Virtio operates with physical addresses, while busdma is designed to
map these to produce bus addresses. On most supported platforms,
these two are interchangeable; on powerpc platforms, they are not.

When on powerpc, set an IOMMU of NULL, which causes the powerpc busdma
code to bypass the iommu mapping; this leaves us with the physical
buffer addresses which the virtio host expects to see.

Fixes: 782105f7c898 ("vtblk: Use busdma")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable