DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] autotest.py: increase memory for hash_autotest
@ 2015-11-06 16:02 Pablo de Lara
  2015-11-06 16:46 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2015-11-06 16:02 UTC (permalink / raw)
  To: dev

Hash_autotest is in test group 2 which had only 32 MB
of memory, which is increased to 64 MB to make it run.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.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 0c3802b..6f34d6b 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" :	"32",
+	"Memory" :	"64",
 	"Tests" :
 	[
 		{
-- 
2.5.0

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

* Re: [dpdk-dev] [PATCH] autotest.py: increase memory for hash_autotest
  2015-11-06 16:02 [dpdk-dev] [PATCH] autotest.py: increase memory for hash_autotest Pablo de Lara
@ 2015-11-06 16:46 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-11-06 16:46 UTC (permalink / raw)
  To: Pablo de Lara; +Cc: dev

2015-11-06 16:02, Pablo de Lara:
> Hash_autotest is in test group 2 which had only 32 MB
> of memory, which is increased to 64 MB to make it run.
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

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

end of thread, other threads:[~2015-11-06 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 16:02 [dpdk-dev] [PATCH] autotest.py: increase memory for hash_autotest Pablo de Lara
2015-11-06 16:46 ` 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).