app/testpmd: fix csum parse-tunnel command invocation
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 2 Oct 2018 13:35:47 +0000 (19:05 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commit5b48cd159536b70a943ae8246c2f717183818b19
tree4cf7e399e10e202d6b8b6b71994429d0e367be79
parent597177163b851ae365f5c0113c448fae83370f99
app/testpmd: fix csum parse-tunnel command invocation

Based on the documentation and help print, the sub command
for csum suppose to be "parse-tunnel" instead of "parse_tunnel".

Fixes: 64fc36064dc3 ("app/testpmd: add csum parse-tunnel command")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/cmdline.c