Beraldo Leal ; Cleber Rosa
> ; Laurent Vivier ; Paolo Bonzini
> ; qemu-devel@nongnu.org; Tomasz Dzieciol
> ; Akihiko Odaki
>
> Subject: [PATCH v2 04/41] igb: Fix Rx packet type encoding
>
> igb's advanced descriptor uses a packet type encoding different from one used
> in
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_regs.h | 5 +
hw/net/igb_core.c