RE: [PATCH v2 31/41] igb: Use UDP for RSS hash

2023-04-20 Thread Sriram Yagnaraman
Beraldo Leal ; Cleber Rosa > ; Laurent Vivier ; Paolo Bonzini > ; qemu-devel@nongnu.org; Tomasz Dzieciol > ; Akihiko Odaki > > Subject: [PATCH v2 31/41] igb: Use UDP for RSS hash > > e1000e does not support using UDP for RSS hash, but igb does. > > Signed-off-by: Akihik

[PATCH v2 31/41] igb: Use UDP for RSS hash

2023-04-19 Thread Akihiko Odaki
e1000e does not support using UDP for RSS hash, but igb does. Signed-off-by: Akihiko Odaki --- hw/net/igb_regs.h | 3 +++ hw/net/igb_core.c | 16 2 files changed, 19 insertions(+) diff --git a/hw/net/igb_regs.h b/hw/net/igb_regs.h index eb995d8b2e..e6ac26dc0e 100644 --- a/hw/n