Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-22 Thread Jiayu Hu
Hi Ferruh, On Tue, Aug 22, 2017 at 09:30:32AM +0100, Ferruh Yigit wrote: > On 8/22/2017 2:00 AM, Hu, Jiayu wrote: > > Hi, > >> -Original Message- > >> From: Yigit, Ferruh > >> Sent: Monday, August 21, 2017 7:04 PM > >> To: Hu, Jiayu ; dev@dpdk.org > >> Cc: Ananyev, Konstantin ; Tan, Jianfe

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-22 Thread Ferruh Yigit
On 8/22/2017 2:00 AM, Hu, Jiayu wrote: > Hi, >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, August 21, 2017 7:04 PM >> To: Hu, Jiayu ; dev@dpdk.org >> Cc: Ananyev, Konstantin ; Tan, Jianfeng >> ; tho...@monjalon.net; Wu, Jingjing >> ; Yao, Lei A >> Subject: Re: [PATCH v2 1/2

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-21 Thread Hu, Jiayu
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, August 21, 2017 7:04 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: Ananyev, Konstantin ; Tan, Jianfeng > ; tho...@monjalon.net; Wu, Jingjing > ; Yao, Lei A > Subject: Re: [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO >

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-21 Thread Hu, Jiayu
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, August 21, 2017 7:16 PM > To: Hu, Jiayu ; dev@dpdk.org > Cc: Ananyev, Konstantin ; Tan, Jianfeng > ; tho...@monjalon.net; Wu, Jingjing > ; Yao, Lei A > Subject: Re: [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO >

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-21 Thread Ferruh Yigit
On 8/17/2017 10:08 AM, Jiayu Hu wrote: > The GRO library provides two reassembly modes: lightweight mode and > heavyweight mode. This patch is to support the heavyweight mode in > csum forwarding engine. > > With the command "set port gro (heavymode|lightmode) (on|off)", > users can select the li

Re: [dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-21 Thread Ferruh Yigit
On 8/17/2017 10:08 AM, Jiayu Hu wrote: > The GRO library provides two reassembly modes: lightweight mode and > heavyweight mode. This patch is to support the heavyweight mode in > csum forwarding engine. > > With the command "set port gro (heavymode|lightmode) (on|off)", > users can select the li

[dpdk-dev] [PATCH v2 1/2] app/testpmd: support the heavywight mode GRO

2017-08-17 Thread Jiayu Hu
The GRO library provides two reassembly modes: lightweight mode and heavyweight mode. This patch is to support the heavyweight mode in csum forwarding engine. With the command "set port gro (heavymode|lightmode) (on|off)", users can select the lightweight mode or the heavyweight mode to use. With