app/testpmd: fix cmdline variable types
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 18 Jun 2014 20:33:04 +0000 (21:33 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jun 2014 22:57:50 +0000 (00:57 +0200)
commitb4a0af7ed07afb6ec2ee8c29fce3ff1a7ef9283c
tree67f327b1539179d9f9ae73f6b477f669ab54ad4b
parent6af52f1134ff4d75fdac7ac88bcb4693643db9ca
app/testpmd: fix cmdline variable types

A number of commandline entries in the testpmd commandline were actually
defined as being string type values when in fact they were being
initialized as integer types. Correct this by specifying them as integer
type values in the type definition.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test-pmd/cmdline.c