On Thu, Jun 30, 2016 at 06:53:11PM +0800, Yongji Xie wrote:
Now we use the IORESOURCE_STARTALIGN to identify bridge resourcesReviewed-by: Gavin Shan <gwshan@xxxxxxxxxxxxxxxxxx>
in __assign_resources_sorted(). That's quite fragile. We may also
set flag IORESOURCE_STARTALIGN for SR-IOV resources in some cases,
for example, using the option "noresize" of parameter
"pci=resource_alignment".
In this patch, we try to use a more robust way to identify
bridge resources.
Signed-off-by: Yongji Xie <xyjxie@xxxxxxxxxxxxxxxxxx>
Yongji, I think this doesn't have to be part of this series, meaning
it can be sent or merged separately.