[dpdk-dev] [PATCH] app/test: fix default memory assignment

2015-06-15 Thread Thomas Monjalon
> Each test requires a certain minimal amount of memory. > Spreading memory on all sockets means that the test will get less memory than > what it wanted on multi sockets system. > So replace all_sockets() with per_sockets(). > > Also doubled memory on group_5 as current requirement is not enough.

[dpdk-dev] [PATCH] app/test: fix default memory assignment

2015-06-01 Thread David Marchand
From: Gaetan Rivet Each test requires a certain minimal amount of memory. Spreading memory on all sockets means that the test will get less memory than what it wanted on multi sockets system. So replace all_sockets() with per_sockets(). Also doubled memory on group_5 as current requirement is no