Re: [RFC PATCH 3/4] iommu: Preallocate iommu group when probing devices

From: Joerg Roedel
Date: Fri Jan 17 2020 - 05:21:56 EST


On Wed, Jan 01, 2020 at 01:26:47PM +0800, Lu Baolu wrote:
> This splits iommu group allocation from adding devices. This makes
> it possible to determine the default domain type for each group as
> all devices belonging to the group have been determined.

I think its better to keep group allocation as it is and just defer
default domain allocation after each device is in its group. But take
care about the device hotplug path which might add new devices to groups
which already have a default domain, or add new groups that might need a
default domain too.

Regards,

Joerg