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 ABAA34CBD for ; Mon, 3 Sep 2018 02:49:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Sep 2018 17:49:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,322,1531810800"; d="scan'208";a="77479481" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by FMSMGA003.fm.intel.com with ESMTP; 02 Sep 2018 17:49:04 -0700 Message-ID: <5B8CF1A7.1020102@intel.com> Date: Mon, 03 Sep 2018 16: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: "," CC: nd@arm.com, Phil Yang References: <1535421574-8161-1-git-send-email-phil.yang@arm.com> <1535425721-8709-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1535425721-8709-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 v3] framework/dut: setup hugepage for all available numa nodes 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: Mon, 03 Sep 2018 00:49:08 -0000 Thanks, Phil. Applied. On 08/28/2018 11:08 AM, wrote: > From: Phil Yang > > On a NUMA machine, we need to setup hugepage for all NUMA nodes. > > The default approach is by setting /sys/kernel/mm/hugepages, but it > only works on a single-node system. > > Signed-off-by: Phil Yang