Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO

2017-06-18 Thread Jiayu Hu
> > y...@fridaylinux.org; > > Wiles, Keith ; Tan, Jianfeng > > ; > > Bie, Tiwei ; Yao, Lei A ; Hu, > > Jiayu > > > > Subject: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO > > > > This patch demonstrates the usage of GRO library in

Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO

2017-06-18 Thread Wu, Jingjing
t; > Subject: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO > > This patch demonstrates the usage of GRO library in testpmd. By default, GRO > is turned off. Command, "gro on (port_id)", turns on GRO for the given port; > command, "gro off (port_id)&quo

Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO

2017-06-18 Thread Yao, Lei A
> -Original Message- > From: Hu, Jiayu > Sent: Sunday, June 18, 2017 3:21 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; > y...@fridaylinux.org; Wiles, Keith ; Tan, Jianfeng > ; Bie, Tiwei ; Yao, Lei A > ; Hu, Jiayu > Subject: [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO > > This

[dpdk-dev] [PATCH v5 3/3] app/testpmd: enable TCP/IPv4 GRO

2017-06-18 Thread Jiayu Hu
This patch demonstrates the usage of GRO library in testpmd. By default, GRO is turned off. Command, "gro on (port_id)", turns on GRO for the given port; command, "gro off (port_id)", turns off GRO for the given port. Currently, GRO only supports to process TCP/IPv4 packets and works in IO forward