On 14.04.2025 21:19, Andrii Sultanov wrote: > @@ -578,7 +578,7 @@ static int cf_check amd_iommu_add_device(u8 devfn, struct > pci_dev *pdev) > return -EINVAL; > > for_each_amd_iommu(iommu) > - if ( pdev->seg == iommu->seg && pdev->sbdf.bdf == iommu->bdf ) > + if ( pdev->sbdf.sbdf == iommu->sbdf.sbdf )
Not for this patch (optionally for a prereq one) we may want to gain sbdf_eq(), much like we have mfn_eq() and friends. Jan