From patchwork Tue Jul 19 17:21:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 14910 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 3F8152C69; Tue, 19 Jul 2016 19:22:01 +0200 (CEST) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 428EDF72 for ; Tue, 19 Jul 2016 19:21:59 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id i5so34853615wmg.0 for ; Tue, 19 Jul 2016 10:21:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=oAXbW4wcZ31uDN9hUHrWH2wBw9QygPdfMj1Q0XhpXlw=; b=coyF31V0+XBOGcxxRmE6lyH/j0EI4+tY6BYkkmUOUI+Hks18uUVc2VqhwG57fQ9f/z Uek4jsack72LVNDLexFNn4VRPZ0ti5VOXrPGFN4KGo4CrJgkUeoGYmNpSkJRCSrIfBX8 Cl6ZpHxOaFHqz43mnac98eb7FkfBNRRtyg+A47gEJ0XMxAZjXXY2dNNsqEgYaZIz3aBL /tpvfkKEXEV1X7QjaYwf7W3nFt/XKOqH0pwb3gmrpeYQzA/gI9oXXLJYGUCfw2Zo1VLe IYZbozVm21rYM7hRPyw2UUQ/oPxYsTKWxs12HIsE3DQxgNYl4p/2cHY/jy03bBjfpCz3 LTQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=oAXbW4wcZ31uDN9hUHrWH2wBw9QygPdfMj1Q0XhpXlw=; b=YFaAHDk1nBDOX42l1yQ1lTQjdj9tNq7iMgS5M6qfwjjmyYgf2JRI5V1XZk4zlqFGAk QBWNEFhmUIVGVGNsdHkLsaocMTW9FP1DsGYdcGJaFBuw1+DMaqXF/yHhpWI7xcS6y0l7 jmO1KWuFfyvOwNz9mprmFIZ5w5KpxZ1I0xbjydGE2MDd1ru9eAcLPcqpBB3/EAunHZpG LfZtkQICo7AOqrPdqoq+ExtDm3LT3SXx/CXaEPl7ozKp2R51QqU/ljr9oI/vmopxm3mL 2l5OHNcDzaDB3C7euWyGZLfQitS6JK7mkBkCQcoS58znFAV92VFzXPYkAbZvZ+oRsmY2 G0Aw== X-Gm-Message-State: ALyK8tJyB30+HlcrGjJK9M1idinRCLksUv99q+dbqA6IslvJtaZBODjdeGb0ni34ahDaFjJZ X-Received: by 10.28.167.144 with SMTP id q138mr5541241wme.83.1468948918703; Tue, 19 Jul 2016 10:21:58 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r16sm24499920wme.16.2016.07.19.10.21.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Jul 2016 10:21:57 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 19 Jul 2016 19:21:53 +0200 Message-Id: <1468948913-23533-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 Tested-by: Olivier Matz --- 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" : [ {