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

2017-09-25 Thread Hu, Jiayu
> Sent: Sunday, September 3, 2017 2:30 PM > > > To: dev@dpdk.org > > > Cc: Yigit, Ferruh ; Ananyev, Konstantin > > > ; Tan, Jianfeng > ; > > > Wu, Jingjing ; Hu, Jiayu > > > Subject: [dpdk-dev] [PATCH v3] app/testpmd: enable the heavyweight &

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

2017-09-25 Thread Ferruh Yigit
On 9/3/2017 7:30 AM, Jiayu Hu 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 csum forwarding e

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

2017-09-25 Thread Hu, Jiayu
in > > ; Tan, Jianfeng ; > > Wu, Jingjing ; Hu, Jiayu > > Subject: [dpdk-dev] [PATCH v3] app/testpmd: enable the heavyweight > > mode TCP/IPv4 GRO > > > > The GRO library provides two modes to reassemble packets. Currently, the > > csum forwarding en

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

2017-09-20 Thread Yao, Lei A
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jiayu Hu > Sent: Sunday, September 3, 2017 2:30 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Ananyev, Konstantin > ; Tan, Jianfeng ; > Wu, Jingjing ; Hu, Jiayu > Subject: [dpdk-dev] [PATCH

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

2017-09-02 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