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

2023-07-02 Thread Michael S. Tsirkin
On Sun, Jul 02, 2023 at 06:49:50PM +0900, Akihiko Odaki wrote: > On 2023/07/02 18:00, Michael S. Tsirkin wrote: > > On Sun, Jul 02, 2023 at 05:33:56PM +0900, Akihiko Odaki wrote: > > > The ARI next function number field is undefined for VF so the PF should > > > end the linked list formed with the

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

2023-07-02 Thread Akihiko Odaki
On 2023/07/02 18:00, Michael S. Tsirkin wrote: On Sun, Jul 02, 2023 at 05:33:56PM +0900, Akihiko Odaki wrote: The ARI next function number field is undefined for VF so the PF should end the linked list formed with the field by specifying 0. Fixes: 3a977deebe ("Intrdocue igb device emulation")

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

2023-07-02 Thread Michael S. Tsirkin
On Sun, Jul 02, 2023 at 05:33:56PM +0900, Akihiko Odaki wrote: > The ARI next function number field is undefined for VF so the PF should > end the linked list formed with the field by specifying 0. > > Fixes: 3a977deebe ("Intrdocue igb device emulation") > Signed-off-by: Akihiko Odaki I would

[PATCH 3/3] igb: Fix ARI next function numbers

2023-07-02 Thread Akihiko Odaki
The ARI next function number field is undefined for VF so the PF should end the linked list formed with the field by specifying 0. Fixes: 3a977deebe ("Intrdocue igb device emulation") Signed-off-by: Akihiko Odaki --- hw/net/igb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git