> -----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 37/47] igb: Implement Tx SCTP CSO > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > hw/net/net_tx_pkt.h | 8 ++++++++ > hw/net/igb_core.c | 12 +++++++----- > hw/net/net_tx_pkt.c | 18 ++++++++++++++++++ > 3 files changed, 33 insertions(+), 5 deletions(-) > Reviewed-by: Sriram Yagnaraman <sriram.yagnara...@est.tech>
- [PATCH v3 34/47] igb: Implement MSI-X single vector mode Akihiko Odaki
- [PATCH v3 01/47] hw/net/net_tx_pkt: Decouple implementat... Akihiko Odaki
- [PATCH v3 38/47] igb: Strip the second VLAN tag for exte... Akihiko Odaki
- [PATCH v3 30/47] net/eth: Use void pointers Akihiko Odaki
- [PATCH v3 22/47] e1000e: Reset packet state after emptyi... Akihiko Odaki
- [PATCH v3 29/47] igb: Rename a variable in igb_receive_i... Akihiko Odaki
- RE: [PATCH v3 29/47] igb: Rename a variable in igb_... Sriram Yagnaraman
- [PATCH v3 03/47] e1000x: Fix BPRC and MPRC Akihiko Odaki
- [PATCH v3 42/47] igb: Implement Tx timestamp Akihiko Odaki
- [PATCH v3 37/47] igb: Implement Tx SCTP CSO Akihiko Odaki
- RE: [PATCH v3 37/47] igb: Implement Tx SCTP CSO Sriram Yagnaraman
- [PATCH v3 26/47] igb: Fix igb_mac_reg_init coding style ... Akihiko Odaki
- [PATCH v3 40/47] igb: Implement igb-specific oversize ch... Akihiko Odaki
- RE: [PATCH v3 40/47] igb: Implement igb-specific ov... Sriram Yagnaraman
- [PATCH v3 02/47] hw/net/net_tx_pkt: Decouple interface f... Akihiko Odaki
- [PATCH v3 18/47] e1000e: Always log status after buildin... Akihiko Odaki
- [PATCH v3 07/47] net/net_rx_pkt: Use iovec for net_rx_pk... Akihiko Odaki
- [PATCH v3 47/47] docs/system/devices/igb: Note igb is te... Akihiko Odaki
- [PATCH v3 12/47] tests/avocado: Remove test_igb_nomsi_kv... Akihiko Odaki
- [PATCH v3 06/47] igb: Clear IMS bits when committing ICR... Akihiko Odaki
- RE: [PATCH v3 06/47] igb: Clear IMS bits when commi... Sriram Yagnaraman