Re: [RFC PATCH 3/3] pseries/iommu: Enable DDW for VFIO TCE create

2024-03-25 Thread Shivaprasad G Bhat
Hi Michael, On 3/13/24 18:23, Michael Ellerman wrote: Hi Shivaprasad, Shivaprasad G Bhat writes: The commit 9d67c9433509 ("powerpc/iommu: Add \"borrowing\" iommu_table_group_ops") implemented the "borrow" mechanism for the pSeries SPAPR TCE. It did implement this support partially that it

Re: [RFC PATCH 3/3] pseries/iommu: Enable DDW for VFIO TCE create

2024-03-13 Thread Michael Ellerman
Hi Shivaprasad, Shivaprasad G Bhat writes: > The commit 9d67c9433509 ("powerpc/iommu: Add \"borrowing\" > iommu_table_group_ops") implemented the "borrow" mechanism for > the pSeries SPAPR TCE. It did implement this support partially > that it left out creating the DDW if not present already. >

[RFC PATCH 3/3] pseries/iommu: Enable DDW for VFIO TCE create

2024-03-12 Thread Shivaprasad G Bhat
The commit 9d67c9433509 ("powerpc/iommu: Add \"borrowing\" iommu_table_group_ops") implemented the "borrow" mechanism for the pSeries SPAPR TCE. It did implement this support partially that it left out creating the DDW if not present already. The patch here attempts to fix the missing gaps. -