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)
Sat, Mar 28, 7:26 PM
Unknown Object (File)
Sat, Mar 28, 4:03 AM
Unknown Object (File)
Sun, Mar 22, 11:25 AM
Unknown Object (File)
Sun, Mar 22, 5:18 AM
Unknown Object (File)
Fri, Mar 20, 6:05 AM
Unknown Object (File)
Fri, Mar 20, 6:02 AM
Unknown Object (File)
Wed, Mar 18, 6:54 AM
Unknown Object (File)
Tue, Mar 17, 11:14 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