Re: [dpdk-dev] [PATCH 3/3] app/test/meson: auto detect number of cores

2019-04-12 Thread Luca Boccassi
On Thu, 2019-04-11 at 15:52 -0400, Aaron Conole wrote: > The arguments being passed will cause failures on laptops that have, > for instance, 2 cores only. Most of the tests don't require more > than a single core. Some require multiple cores (but those tests > should be modified to 'SKIP' when t

Re: [dpdk-dev] [PATCH 3/3] app/test/meson: auto detect number of cores

2019-04-12 Thread Bruce Richardson
On Fri, Apr 12, 2019 at 09:46:17AM +0200, David Marchand wrote: >On Thu, Apr 11, 2019 at 9:52 PM Aaron Conole <[1]acon...@redhat.com> >wrote: > > The arguments being passed will cause failures on laptops that have, > for instance, 2 cores only. Most of the tests don't require mo

Re: [dpdk-dev] [PATCH 3/3] app/test/meson: auto detect number of cores

2019-04-12 Thread David Marchand
On Thu, Apr 11, 2019 at 9:52 PM Aaron Conole wrote: > The arguments being passed will cause failures on laptops that have, > for instance, 2 cores only. Most of the tests don't require more > than a single core. Some require multiple cores (but those tests > should be modified to 'SKIP' when th

[dpdk-dev] [PATCH 3/3] app/test/meson: auto detect number of cores

2019-04-11 Thread Aaron Conole
The arguments being passed will cause failures on laptops that have, for instance, 2 cores only. Most of the tests don't require more than a single core. Some require multiple cores (but those tests should be modified to 'SKIP' when the correct number of cores aren't available). The unit test re