Page MenuHomeFreeBSD

iommu_domain constructor
ClosedPublic

Authored by br on Aug 5 2020, 12:36 PM.
Tags
None
Referenced Files
F145352923: D25956.id75450.diff
Wed, Feb 18, 5:29 PM
F145346877: D25956.id75423.diff
Wed, Feb 18, 4:05 PM
Unknown Object (File)
Tue, Feb 17, 4:03 PM
Unknown Object (File)
Mon, Feb 16, 4:49 PM
Unknown Object (File)
Mon, Feb 16, 4:49 PM
Unknown Object (File)
Mon, Feb 16, 8:29 AM
Unknown Object (File)
Thu, Feb 12, 12:49 AM
Unknown Object (File)
Jan 17 2026, 8:31 PM
Subscribers

Details

Summary

Add iommu_domain constructor and destructor.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br requested review of this revision.Aug 5 2020, 12:36 PM
br created this revision.
sys/dev/iommu/busdma_iommu.c
1073 ↗(On Diff #75423)

I suggest to pass iommu_unit, and map_ops as the arguments.

1079 ↗(On Diff #75423)

What about unload_task ?

Pass ops and iommu_unit to iommu_domain_init()

sys/dev/iommu/busdma_iommu.c
1079 ↗(On Diff #75423)

may be we should move dmar_domain_unload_task() to busdma_iommu.c in the next diff

kib added inline comments.
sys/dev/iommu/busdma_iommu.c
1079 ↗(On Diff #75423)

I do not see a reason not to, but lets see the diff.

This revision is now accepted and ready to land.Aug 5 2020, 9:42 PM
This revision was automatically updated to reflect the committed changes.