RE: [PATCH v3 1/1] PCI/RCEC: Fix RCiEP capable devices RCEC association
From: Zhuo, Qiuxu
Date: Wed Mar 10 2021 - 22:14:06 EST
> [...]
>
> I think 507b460f8144 appeared in v5.11, so not something we broke in v5.12.
> Applied to pci/error for v5.13, thanks!
Thanks Bjorn!
> If I understand correctly, we previously only got this right in one
> case:
>
> 0 == PCI_SLOT(00.0) # correct
> 1 == PCI_SLOT(00.1) # incorrect
> 2 == PCI_SLOT(00.2) # incorrect
> ...
> 8 == PCI_SLOT(01.0) # incorrect
> 9 == PCI_SLOT(01.1) # incorrect
> ...
> 31 == PCI_SLOT(03.7) # incorrect
Yes, you're right.
Thanks!
-Qiuxu