From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 520512142 for ; Fri, 26 Feb 2016 04:10:48 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 25 Feb 2016 19:10:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="895039996" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 25 Feb 2016 19:10:47 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 19:10:47 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 19:10:46 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.42]) with mapi id 14.03.0248.002; Fri, 26 Feb 2016 11:10:44 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH]framework: enlarge hugepage number for vm Thread-Index: AQHRb3DNE9vpY326VUGF6Uoat+VN/589p6MA Date: Fri, 26 Feb 2016 03:10:43 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E144FC3EC@SHSMSX103.ccr.corp.intel.com> References: <1456365548-13070-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1456365548-13070-1-git-send-email-lijuanx.a.tu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Fri, 26 Feb 2016 03:10:48 -0000 Applied. Thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Lijuan Tu > Sent: Thursday, February 25, 2016 9:59 AM > To: dts@dpdk.org > Subject: [dts] [PATCH]framework: enlarge hugepage number for vm >=20 > Signed-off-by: Lijuan Tu > --- > framework/virt_dut.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > 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=3D" + target, "#") > self.send_expect("export RTE_SDK=3D`pwd`", "#") > - > if not self.skip_setup: > self.build_install_dpdk(target) >=20 > - self.setup_memory(hugepages=3D512) > + self.setup_memory(hugepages=3D1024) > self.setup_modules(target) >=20 > if bind_dev: > -- > 2.5.0