On Thu, Oct 17, 2024 at 10:01:28AM -0700, Nicolin Chen wrote:
On Thu, Oct 17, 2024 at 01:33:59PM -0300, Jason Gunthorpe wrote:
diff --git a/drivers/iommu/iommufd/viommu_api.c b/drivers/iommu/iommufd/viommu_api.c new file mode 100644 index 000000000000..c1731f080d6b --- /dev/null +++ b/drivers/iommu/iommufd/viommu_api.c
Let's call this file driver.c to match CONFIG_IOMMUFD_DRIVER
Would this make its scope too large that it might feel odd to have the iova_bitmap.c in a separate file?
Think of it as the catchall ?
Jason