> -----Original Message----- > From: Akihiko Odaki <akihiko.od...@daynix.com> > Sent: Sunday, 23 April 2023 06:18 > Cc: Sriram Yagnaraman <sriram.yagnara...@est.tech>; Jason Wang > <jasow...@redhat.com>; Dmitry Fleytman <dmitry.fleyt...@gmail.com>; > Michael S . Tsirkin <m...@redhat.com>; Alex Bennée > <alex.ben...@linaro.org>; Philippe Mathieu-Daudé <phi...@linaro.org>; > Thomas Huth <th...@redhat.com>; Wainer dos Santos Moschetta > <waine...@redhat.com>; Beraldo Leal <bl...@redhat.com>; Cleber Rosa > <cr...@redhat.com>; Laurent Vivier <lviv...@redhat.com>; Paolo Bonzini > <pbonz...@redhat.com>; qemu-devel@nongnu.org; Tomasz Dzieciol > <t.dziec...@partner.samsung.com>; Akihiko Odaki > <akihiko.od...@daynix.com> > Subject: [PATCH v3 36/47] igb: Implement Rx SCTP CSO > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > 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 <sriram.yagnara...@est.tech>