DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests
@ 2016-07-19 17:21 Thomas Monjalon
  2016-07-21  9:07 ` Olivier Matz
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2016-07-19 17:21 UTC (permalink / raw)
  To: dev

The autotest lists, requirements and distribution needs a big rework
to reduce the amount of cores and memory required.
The root cause is not addressed yet.

This patch just increase some memory allocation for some greedy tests
which often fail because of memory fragmentation:
LPM6 and reentrancy tests in groups 3 and 6 respectively.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 app/test/autotest_data.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
index c69705e..defd46e 100644
--- a/app/test/autotest_data.py
+++ b/app/test/autotest_data.py
@@ -158,7 +158,7 @@ parallel_test_group_list = [
 },
 {
 	"Prefix":	"group_3",
-	"Memory" :	per_sockets(390),
+	"Memory" :	per_sockets(512),
 	"Tests" :
 	[
 		{
@@ -287,7 +287,7 @@ parallel_test_group_list = [
 },
 {
 	"Prefix":	"group_6",
-	"Memory" :	per_sockets(128),
+	"Memory" :	per_sockets(512),
 	"Tests" :
 	[
 		{
-- 
2.7.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests
  2016-07-19 17:21 [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests Thomas Monjalon
@ 2016-07-21  9:07 ` Olivier Matz
  2016-07-21 22:01   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2016-07-21  9:07 UTC (permalink / raw)
  To: Thomas Monjalon, dev



On 07/19/2016 07:21 PM, Thomas Monjalon wrote:
> The autotest lists, requirements and distribution needs a big rework
> to reduce the amount of cores and memory required.
> The root cause is not addressed yet.
> 
> This patch just increase some memory allocation for some greedy tests
> which often fail because of memory fragmentation:
> LPM6 and reentrancy tests in groups 3 and 6 respectively.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Tested-by: Olivier Matz <olivier.matz@6wind.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests
  2016-07-21  9:07 ` Olivier Matz
@ 2016-07-21 22:01   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-07-21 22:01 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev

2016-07-21 11:07, Olivier Matz:
> On 07/19/2016 07:21 PM, Thomas Monjalon wrote:
> > The autotest lists, requirements and distribution needs a big rework
> > to reduce the amount of cores and memory required.
> > The root cause is not addressed yet.
> > 
> > This patch just increase some memory allocation for some greedy tests
> > which often fail because of memory fragmentation:
> > LPM6 and reentrancy tests in groups 3 and 6 respectively.
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Tested-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-21 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 17:21 [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests Thomas Monjalon
2016-07-21  9:07 ` Olivier Matz
2016-07-21 22:01   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).