app/testpmd: fix GRO command description
authorJiayu Hu <jiayu.hu@intel.com>
Thu, 3 Aug 2017 09:45:19 +0000 (17:45 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 3 Aug 2017 21:38:25 +0000 (23:38 +0200)
commit845efa4889b3fbcd375fe8c303fe5c90f8ed9d81
treeab232f132f71f9284a06317dd550bee0ed67e2bf
parent5644d5b94e2fe78d33981816af125c7a7da9244c
app/testpmd: fix GRO command description

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 <jiayu.hu@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/cmdline.c