app/testpmd: cleanup parameter checking
authorBernard Iremonger <bernard.iremonger@intel.com>
Tue, 13 Dec 2016 11:40:37 +0000 (11:40 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:39:28 +0000 (19:39 +0100)
commit5c55283ef812b335dc1ef72dcd94dbd8fa7026d3
tree43858c4d26e400022519536381880a99bd427f5a
parent35c54af3f55ab929db5b72db78203aaec94af942
app/testpmd: cleanup parameter checking

Parameter checking is done in the rte_pmd_ixgbe_* functions.
Remove parameter checking from before calls to the rte_pmd_ixgbe_*
functions.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/config.c