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

2019-11-20 Thread Ferruh Yigit
On 11/19/2019 7:18 PM, Pallavi Kadam wrote: > > On 11/18/2019 8:18 AM, Ferruh Yigit wrote: >> On 11/18/2019 3:37 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_

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

2019-11-19 Thread Pallavi Kadam
On 11/18/2019 8:18 AM, Ferruh Yigit wrote: On 11/18/2019 3:37 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

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

2019-11-18 Thread Ferruh Yigit
On 11/18/2019 3:37 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 v2] app/testpmd: report invalid command line parameter

2019-11-18 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