Re: [dpdk-dev] [PATCH] app/testpmd: report invalid command line parameter

2019-11-18 Thread Ferruh Yigit
On 11/17/2019 5:10 PM, David Marchand wrote: > We currently do not check that a non option string has been passed to > testpmd. > > Example: > $ ./master/app/testpmd --no-huge -m 512 --vdev net_null0 \ > --vdev net_null1 -- -i nb-cores=2 --total-num-mbuf 2048 > [...] > testpmd> show config f

[dpdk-dev] [PATCH] app/testpmd: report invalid command line parameter

2019-11-17 Thread David Marchand
We currently do not check that a non option string has been passed to testpmd. Example: $ ./master/app/testpmd --no-huge -m 512 --vdev net_null0 \ --vdev net_null1 -- -i nb-cores=2 --total-num-mbuf 2048 [...] testpmd> show config fwd io packet forwarding - ports=2 - cores=1 - streams=2 - N