From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E678F2BD3 for ; Thu, 25 Feb 2016 03:03:31 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 24 Feb 2016 18:03:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,496,1449561600"; d="scan'208";a="752787027" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 24 Feb 2016 18:03:30 -0800 From: Lijuan Tu To: dts@dpdk.org Date: Thu, 25 Feb 2016 09:59:08 +0800 Message-Id: <1456365548-13070-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]framework: enlarge hugepage number for vm X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 02:03:32 -0000 Signed-off-by: Lijuan Tu --- framework/virt_dut.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/virt_dut.py b/framework/virt_dut.py index 8b366c9..9bf75dc 100644 --- a/framework/virt_dut.py +++ b/framework/virt_dut.py @@ -129,11 +129,10 @@ class VirtDut(DPDKdut): # example apps by themselves and will fail otherwise. self.send_expect("export RTE_TARGET=" + target, "#") self.send_expect("export RTE_SDK=`pwd`", "#") - if not self.skip_setup: self.build_install_dpdk(target) - self.setup_memory(hugepages=512) + self.setup_memory(hugepages=1024) self.setup_modules(target) if bind_dev: -- 2.5.0