Re: [dpdk-dev] [PATCH v3 1/2] gro: code cleanup

2018-01-02 Thread Stephen Hemminger
> step...@networkplumber.org; Yigit, Ferruh; Yao, Lei A > > Subject: Re: [dpdk-dev] [PATCH v3 1/2] gro: code cleanup > > > > On Fri, Dec 22, 2017 at 03:25:43PM +0800, Jiayu Hu wrote: > > > - Remove needless check and variants > > > - For better understandi

Re: [dpdk-dev] [PATCH v3 1/2] gro: code cleanup

2018-01-02 Thread Tan, Jianfeng
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, January 2, 2018 7:26 PM > To: Hu, Jiayu > Cc: dev@dpdk.org; Tan, Jianfeng; Chen, Junjie J; Ananyev, Konstantin; > step...@networkplumber.org; Yigit, Ferruh; Yao, Lei A > Subject: Re: [dpdk-dev] [PA

Re: [dpdk-dev] [PATCH v3 1/2] gro: code cleanup

2018-01-02 Thread Bruce Richardson
On Fri, Dec 22, 2017 at 03:25:43PM +0800, Jiayu Hu wrote: > - Remove needless check and variants > - For better understanding, update the programmer guide and rename > internal functions and variants > - For supporting tunneled gro, move common internal functions from > gro_tcp4.c to gro_tcp4.h

Re: [dpdk-dev] [PATCH v3 1/2] gro: code cleanup

2017-12-28 Thread Chen, Junjie J
> -Original Message- > From: Hu, Jiayu > Sent: Friday, December 22, 2017 3:26 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng ; Chen, Junjie J > ; Ananyev, Konstantin > ; step...@networkplumber.org; Yigit, > Ferruh ; Yao, Lei A ; Hu, Jiayu > > Subject: [PATCH v3 1/2] gro: code cleanup > > - Re

[dpdk-dev] [PATCH v3 1/2] gro: code cleanup

2017-12-21 Thread Jiayu Hu
- Remove needless check and variants - For better understanding, update the programmer guide and rename internal functions and variants - For supporting tunneled gro, move common internal functions from gro_tcp4.c to gro_tcp4.h - Comply RFC 6864 to process the IPv4 ID field Signed-off-by: Jiay