Re: [dpdk-dev] [PATCH v3 3/3] app/testpmd: enable GRO feature

2017-06-07 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jiayu Hu > Sent: Monday, April 24, 2017 4:10 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Wiles, Keith > ; yuanhan@linux.intel.com; Hu, Jiayu > > Subject: [dpdk-dev] [PATCH v3

[dpdk-dev] [PATCH v3 3/3] app/testpmd: enable GRO feature

2017-04-24 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. Note that, current GRO only supports TCP IPv4 packets. Once the feature is turne