Re: [dpdk-dev] [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO

2017-10-06 Thread Hu, Jiayu
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Saturday, October 7, 2017 7:26 AM > To: Yao, Lei A ; Hu, Jiayu ; > dev@dpdk.org > Cc: Tan, Jianfeng ; Ananyev, Konstantin > ; tho...@monjalon.net; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO

2017-10-06 Thread Ferruh Yigit
On 10/7/2017 12:04 AM, Ferruh Yigit wrote: > On 9/27/2017 8:23 AM, Yao, Lei A wrote: > <...> > >>> The GRO library provides two modes to reassemble packets. Currently, the >>> csum forwarding engine has supported to use the lightweight mode to >>> reassemble TCP/IPv4 packets. This patch introduces

Re: [dpdk-dev] [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO

2017-10-06 Thread Ferruh Yigit
On 9/27/2017 8:23 AM, Yao, Lei A wrote: <...> >> The GRO library provides two modes to reassemble packets. Currently, the >> csum forwarding engine has supported to use the lightweight mode to >> reassemble TCP/IPv4 packets. This patch introduces the heavyweight mode >> for TCP/IPv4 GRO in the csu

Re: [dpdk-dev] [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO

2017-09-27 Thread Yao, Lei A
> -Original Message- > From: Hu, Jiayu > Sent: Tuesday, September 26, 2017 2:27 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Tan, Jianfeng > ; Ananyev, Konstantin > ; tho...@monjalon.net; Wu, Jingjing > ; Yao, Lei A ; Hu, Jiayu > > Subject: [PATCH v4] app/testpmd: enable the heavyweight m

[dpdk-dev] [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO

2017-09-25 Thread Jiayu Hu
The GRO library provides two modes to reassemble packets. Currently, the csum forwarding engine has supported to use the lightweight mode to reassemble TCP/IPv4 packets. This patch introduces the heavyweight mode for TCP/IPv4 GRO in the csum forwarding engine. With the command "set port gro on|of