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

2019-04-15 Thread Bruce Richardson
On Fri, Apr 12, 2019 at 02:21:41PM -0400, Aaron Conole wrote: > Bruce Richardson writes: > > > On Fri, Apr 12, 2019 at 12:21:41PM -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

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

2019-04-12 Thread Aaron Conole
Bruce Richardson writes: > On Fri, Apr 12, 2019 at 12:21:41PM -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 test

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

2019-04-12 Thread Bruce Richardson
On Fri, Apr 12, 2019 at 12:21:41PM -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'

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

2019-04-12 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