From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 0BF562C10 for ; Wed, 6 Apr 2016 12:12:09 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id l6so57975984wml.1 for ; Wed, 06 Apr 2016 03:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=wyqIWcDalYBVoNMMB2RVODWE/C/VLu+HnTaOVOgc1bo=; b=qPadQdgqMF/n+iOSr9ovuZVFez6hHlhnC7YHoka59RUkGawG+7l02++ZEjorG6EW4f e6O1mA6hZ4dRF8yqcG7VjVcQWH2s/o7TG3sjmwiIVC0LEl1G/vDk8AbRVlfANilWp0VR gng6XI97cZ/X06bAbRlxlBkA91SOHJoTf8wUT5Zna+RnJ5ChTb54Lyz8PvcEe7/pOR6h BGPwvkBhhTPxVDY0lmkE8cvvODUyKn/g6vxEzVLwwtbv/0TxnxN6zgW/AcyOR92lLNXd WRLgK91q++nFH1foBniPBwYX0VmhaQpIihuGoXPegrudImuAH6leZhQhvawHHjzfkFqp xu5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=wyqIWcDalYBVoNMMB2RVODWE/C/VLu+HnTaOVOgc1bo=; b=QP1/0KKJZLVGmoktfVHFgVJnXdqUsCjc0nMqebEtf/AfJYWqiZ1zBl0mbbmSzmt7bq BITr7ZJmtdER528RSzUwAIaDi/qqi3INdkS1XhwlLfY3ww5lQ6roOdi6iIoUcNr9ozIt xR3fXzR2g2NTM5PR6f1NGyWgazoYORYy/VnIKH4B73+q1+RwglIXJhrLtDJN1rFopgPx TlJEl9inwpObQXJRdKbgqlJwWs7Jpw9bA8qw/1bYhjWlCyMZznxbVD+GBiR7PZI27QKt eKm175iV/4HxzOstrKOlH0x0d3HTMfr7QIdRyFOLW75BIrFvGpHrH8aLPA9gsOGOF6e6 tdrg== X-Gm-Message-State: AD7BkJJz7WSHhc0raEd4FKCiH3UO+3rBm8SwhsxVy1Zv90P3tNO2DHwKfjs9zNhq/PXjZKwA X-Received: by 10.28.47.210 with SMTP id v201mr23249732wmv.56.1459937528854; Wed, 06 Apr 2016 03:12:08 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id n3sm2448180wja.6.2016.04.06.03.12.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2016 03:12:08 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, "De Lara Guarch, Pablo" Date: Wed, 06 Apr 2016 12:10:30 +0200 Message-ID: <2253924.2zR7YO96q6@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1459841801-23376-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] autotests: increase memory for group_2 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: , X-List-Received-Date: Wed, 06 Apr 2016 10:12:09 -0000 > > 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 > > Acked-by: Pablo de Lara Applied, thanks