DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] autotests: increase memory for group_2
@ 2016-04-05  7:36 Olivier Matz
  2016-04-05 10:15 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2016-04-05  7:36 UTC (permalink / raw)
  To: dev

The hash test (located in group_2) may require more than 64MB of memory,
especially if the memory is physically fragmented, making the test to
fail. So increase the memory to 128MB to avoid this issue.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 app/test/autotest_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
index 6f34d6b..dde4511 100644
--- a/app/test/autotest_data.py
+++ b/app/test/autotest_data.py
@@ -109,7 +109,7 @@ parallel_test_group_list = [
 },
 {
 	"Prefix":	"group_2",
-	"Memory" :	"64",
+	"Memory" :	"128",
 	"Tests" :
 	[
 		{
-- 
2.1.4

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

* Re: [dpdk-dev] [PATCH] autotests: increase memory for group_2
  2016-04-05  7:36 [dpdk-dev] [PATCH] autotests: increase memory for group_2 Olivier Matz
@ 2016-04-05 10:15 ` De Lara Guarch, Pablo
  2016-04-06 10:10   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-04-05 10:15 UTC (permalink / raw)
  To: Olivier Matz, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz
> Sent: Tuesday, April 05, 2016 8:37 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] autotests: increase memory for group_2
> 
> The hash test (located in group_2) may require more than 64MB of memory,
> especially if the memory is physically fragmented, making the test to
> fail. So increase the memory to 128MB to avoid this issue.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> ---
>  app/test/autotest_data.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
> index 6f34d6b..dde4511 100644
> --- a/app/test/autotest_data.py
> +++ b/app/test/autotest_data.py
> @@ -109,7 +109,7 @@ parallel_test_group_list = [
>  },
>  {
>  	"Prefix":	"group_2",
> -	"Memory" :	"64",
> +	"Memory" :	"128",
>  	"Tests" :
>  	[
>  		{
> --
> 2.1.4

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

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

* Re: [dpdk-dev] [PATCH] autotests: increase memory for group_2
  2016-04-05 10:15 ` De Lara Guarch, Pablo
@ 2016-04-06 10:10   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-04-06 10:10 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev, De Lara Guarch, Pablo

> > The hash test (located in group_2) may require more than 64MB of memory,
> > especially if the memory is physically fragmented, making the test to
> > fail. So increase the memory to 128MB to avoid this issue.
> > 
> > Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-04-06 10:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-05  7:36 [dpdk-dev] [PATCH] autotests: increase memory for group_2 Olivier Matz
2016-04-05 10:15 ` De Lara Guarch, Pablo
2016-04-06 10:10   ` 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).