Re: [dpdk-dev] [PATCH v5 2/6] gso: add TCP/IPv4 GSO support

2017-09-29 Thread Kavanagh, Mark B
Thanks for your comments Jiayu - please find responses inline. Thanks, Mark From: Hu, Jiayu >Sent: Friday, September 29, 2017 4:13 AM >To: Kavanagh, Mark B >Cc: dev@dpdk.org; Tan, Jianfeng ; Ananyev, Konstantin >; Yigit, Ferruh ; >tho...@monjalon.net >Subject: Re: [PATCH v5 2/6] gso: add TCP/IP

Re: [dpdk-dev] [PATCH v5 2/6] gso: add TCP/IPv4 GSO support

2017-09-28 Thread Jiayu Hu
Hi Mark, One comment is inline. Thanks, Jiayu On Thu, Sep 28, 2017 at 11:13:49PM +0100, Mark Kavanagh wrote: > From: Jiayu Hu > > This patch adds GSO support for TCP/IPv4 packets. Supported packets > may include a single VLAN tag. TCP/IPv4 GSO doesn't check if input > packets have correct chec

[dpdk-dev] [PATCH v5 2/6] gso: add TCP/IPv4 GSO support

2017-09-28 Thread Mark Kavanagh
From: Jiayu Hu This patch adds GSO support for TCP/IPv4 packets. Supported packets may include a single VLAN tag. TCP/IPv4 GSO doesn't check if input packets have correct checksums, and doesn't update checksums for output packets (the responsibility for this lies with the application). Additional

[dpdk-dev] [PATCH v5 2/6] gso: add TCP/IPv4 GSO support

2017-09-28 Thread Mark Kavanagh
From: Jiayu Hu This patch adds GSO support for TCP/IPv4 packets. Supported packets may include a single VLAN tag. TCP/IPv4 GSO doesn't check if input packets have correct checksums, and doesn't update checksums for output packets (the responsibility for this lies with the application). Additional