RE: [PATCH 03/40] igb: Fix Rx packet type encoding

2023-04-15 Thread Sriram Yagnaraman
l ; Cleber Rosa > ; Laurent Vivier ; Paolo Bonzini > ; qemu-devel@nongnu.org; Akihiko Odaki > > Subject: [PATCH 03/40] igb: Fix Rx packet type encoding > > igb's advanced descriptor uses a packet type encoding different from one used > in e1000e's extended descri

[PATCH 03/40] igb: Fix Rx packet type encoding

2023-04-14 Thread Akihiko Odaki
igb's advanced descriptor uses a packet type encoding different from one used in e1000e's extended descriptor. Fix the logic to encode Rx packet type accordingly. Fixes: 3a977deebe ("Intrdocue igb device emulation") Signed-off-by: Akihiko Odaki --- hw/net/igb_core.c | 38 +++-