Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message

2017-08-03 Thread Hu, Jiayu
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, August 4, 2017 5:40 AM > To: Hu, Jiayu > Cc: dev@dpdk.org; Yigit, Ferruh ; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message

Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message

2017-08-03 Thread Thomas Monjalon
03/08/2017 13:11, Ferruh Yigit: > On 8/3/2017 10:45 AM, Jiayu Hu wrote: > > In testpmd, GRO is supported by csum forwarding engine, but the cmdline > > message shows GRO is supported by io forwarding engine. This patch is > > to fix this issue. > > > > Fixes: b40f8d782ba1 ("app/testpmd: enable TCP

Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message

2017-08-03 Thread Ferruh Yigit
On 8/3/2017 10:45 AM, Jiayu Hu wrote: > In testpmd, GRO is supported by csum forwarding engine, but the cmdline > message shows GRO is supported by io forwarding engine. This patch is > to fix this issue. > > Fixes: b40f8d782ba1 ("app/testpmd: enable TCP/IPv4 GRO") > > Signed-off-by: Jiayu Hu R

[dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message

2017-08-03 Thread Jiayu Hu
In testpmd, GRO is supported by csum forwarding engine, but the cmdline message shows GRO is supported by io forwarding engine. This patch is to fix this issue. Fixes: b40f8d782ba1 ("app/testpmd: enable TCP/IPv4 GRO") Signed-off-by: Jiayu Hu --- app/test-pmd/cmdline.c | 4 ++-- 1 file changed,