Re: [PATCH v2 3/3] iommu: Add a kdoc to iommu_unmap()

2024-11-04 Thread kernel test robot
: 8e929cb546ee42c9a61d24fae60605e9e3192354 patch link: https://lore.kernel.org/r/3-v2-fd55d00a60b2%2Bc69-arm_no_split_jgg%40nvidia.com patch subject: [PATCH v2 3/3] iommu: Add a kdoc to iommu_unmap() config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20241105/202411051125.mlgewlem

Re: [PATCH v2 3/3] iommu: Add a kdoc to iommu_unmap()

2024-11-04 Thread Liviu Dudau
On Mon, Nov 04, 2024 at 01:41:31PM -0400, Jason Gunthorpe wrote: > Describe the most conservative version of the driver implementations. > All drivers should support this. > > Many drivers support extending the range if a large page is hit, but > let's not make that officially approved API. The ma

[PATCH v2 3/3] iommu: Add a kdoc to iommu_unmap()

2024-11-04 Thread Jason Gunthorpe
Describe the most conservative version of the driver implementations. All drivers should support this. Many drivers support extending the range if a large page is hit, but let's not make that officially approved API. The main point is to document explicitly that split is not supported. Signed-off