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

2017-09-20 Thread Yao, Lei A
t; > Subject: [dpdk-dev] [PATCH v4 2/5] gso: add TCP/IPv4 GSO support > > 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

[dpdk-dev] [PATCH v4 2/5] gso: add TCP/IPv4 GSO support

2017-09-19 Thread 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). Additionally, TCP/IPv4 GSO