Re: [PATCH 0/3] pci: Fix ARI next function numbers

2023-07-02 Thread Ani Sinha
> On 02-Jul-2023, at 2:03 PM, Akihiko Odaki wrote: > > The ARI next function number field is undefined for VF. The PF should > end the linked list formed with the field by specifying 0. > > Supersedes: <20230701070133.24877-1-akihiko.od...@daynix.com> > ("[PATCH 0/4] pci: Compare function

Re: [PATCH 0/3] pci: Fix ARI next function numbers

2023-07-02 Thread Michael S. Tsirkin
On Sun, Jul 02, 2023 at 05:33:53PM +0900, Akihiko Odaki wrote: > The ARI next function number field is undefined for VF. The PF should > end the linked list formed with the field by specifying 0. > > Supersedes: <20230701070133.24877-1-akihiko.od...@daynix.com> > ("[PATCH 0/4] pci: Compare

[PATCH 0/3] pci: Fix ARI next function numbers

2023-07-02 Thread Akihiko Odaki
The ARI next function number field is undefined for VF. The PF should end the linked list formed with the field by specifying 0. Supersedes: <20230701070133.24877-1-akihiko.od...@daynix.com> ("[PATCH 0/4] pci: Compare function number and ARI next function number") Akihiko Odaki (3): docs: Fix