From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 881191B31E for ; Sun, 11 Feb 2018 03:41:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 18:41:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,493,1511856000"; d="scan'208";a="16782094" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.83]) ([10.67.119.83]) by orsmga007.jf.intel.com with ESMTP; 10 Feb 2018 18:41:54 -0800 Message-ID: <5A801BC7.1040208@intel.com> Date: Sun, 11 Feb 2018 18:32:39 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Phil Yang , dts@dpdk.org CC: nd@arm.com, herbert.guan@arm.com References: <1517883795-13009-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1517883795-13009-1-git-send-email-phil.yang@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework/dut: Adjust memory allocate for arm64 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: Sun, 11 Feb 2018 02:41:56 -0000 Thanks, Phil. Applied. On 02/06/2018 10:23 AM, Phil Yang wrote: > If hugepages_size greater than or equal to 512M, allocate 8 pages for > DUT. > > Signed-off-by: Phil Yang