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

2023-07-02 Thread Michael S. Tsirkin
On Sun, Jul 02, 2023 at 05:38:42PM +0900, Akihiko Odaki wrote: > On 2023/07/02 14:05, Michael S. Tsirkin wrote: > > On Sat, Jul 01, 2023 at 04:01:21PM +0900, Akihiko Odaki wrote: > > > The next function numbers are expected to form a linked list ending with > > > 0. > > > > > > Fixes: 3a977deebe (

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

2023-07-02 Thread Akihiko Odaki
On 2023/07/02 14:05, Michael S. Tsirkin wrote: On Sat, Jul 01, 2023 at 04:01:21PM +0900, Akihiko Odaki wrote: The next function numbers are expected to form a linked list ending with 0. Fixes: 3a977deebe ("Intrdocue igb device emulation") Signed-off-by: Akihiko Odaki --- hw/net/igb_core.h |

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

2023-07-01 Thread Michael S. Tsirkin
On Sat, Jul 01, 2023 at 04:01:21PM +0900, Akihiko Odaki wrote: > The next function numbers are expected to form a linked list ending with > 0. > > Fixes: 3a977deebe ("Intrdocue igb device emulation") > Signed-off-by: Akihiko Odaki > --- > hw/net/igb_core.h | 3 +++ > hw/net/igb.c | 4 +--- >

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

2023-07-01 Thread Akihiko Odaki
The next function numbers are expected to form a linked list ending with 0. Fixes: 3a977deebe ("Intrdocue igb device emulation") Signed-off-by: Akihiko Odaki --- hw/net/igb_core.h | 3 +++ hw/net/igb.c | 4 +--- hw/net/igbvf.c| 5 - 3 files changed, 8 insertions(+), 4 deletions(-)