Re: [PATCH 05/20] iommu: Add iommu_paging_domain_alloc() interface

2024-05-29 Thread Baolu Lu
On 5/30/24 9:59 AM, Baolu Lu wrote: On 5/29/24 5:04 PM, Yi Liu wrote: On 2024/5/29 13:32, Lu Baolu wrote: Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from bus. The iommu subsystem no longer relies on bus for operations. So the bus parameter in iommu_domain_alloc() is no lo

Re: [PATCH 05/20] iommu: Add iommu_paging_domain_alloc() interface

2024-05-29 Thread Baolu Lu
On 5/29/24 5:04 PM, Yi Liu wrote: On 2024/5/29 13:32, Lu Baolu wrote: Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from bus. The iommu subsystem no longer relies on bus for operations. So the bus parameter in iommu_domain_alloc() is no longer relevant. Add a new interface n

Re: [PATCH 05/20] iommu: Add iommu_paging_domain_alloc() interface

2024-05-29 Thread Yi Liu
On 2024/5/29 13:32, Lu Baolu wrote: Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from bus. The iommu subsystem no longer relies on bus for operations. So the bus parameter in iommu_domain_alloc() is no longer relevant. Add a new interface named iommu_paging_domain_alloc(), w

[PATCH 05/20] iommu: Add iommu_paging_domain_alloc() interface

2024-05-28 Thread Lu Baolu
Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from bus. The iommu subsystem no longer relies on bus for operations. So the bus parameter in iommu_domain_alloc() is no longer relevant. Add a new interface named iommu_paging_domain_alloc(), which explicitly indicates the allocati