> -----Original Message----- > From: Akihiko Odaki <[email protected]> > Sent: Sunday, 23 April 2023 06:18 > Cc: Sriram Yagnaraman <[email protected]>; Jason Wang > <[email protected]>; Dmitry Fleytman <[email protected]>; > Michael S . Tsirkin <[email protected]>; Alex Bennée > <[email protected]>; Philippe Mathieu-Daudé <[email protected]>; > Thomas Huth <[email protected]>; Wainer dos Santos Moschetta > <[email protected]>; Beraldo Leal <[email protected]>; Cleber Rosa > <[email protected]>; Laurent Vivier <[email protected]>; Paolo Bonzini > <[email protected]>; [email protected]; Tomasz Dzieciol > <[email protected]>; Akihiko Odaki > <[email protected]> > Subject: [PATCH v3 36/47] igb: Implement Rx SCTP CSO > > Signed-off-by: Akihiko Odaki <[email protected]> > --- > hw/net/igb_regs.h | 1 + > include/net/eth.h | 4 ++- > include/qemu/crc32c.h | 1 + > hw/net/e1000e_core.c | 5 ++++ > hw/net/igb_core.c | 15 +++++++++- > hw/net/net_rx_pkt.c | 64 +++++++++++++++++++++++++++++++++++-------- > net/eth.c | 4 +++ > util/crc32c.c | 8 ++++++ > 8 files changed, 89 insertions(+), 13 deletions(-) >
LGTM. Reviewed-by: Sriram Yagnaraman <[email protected]>
