From: "Liu, Yong" <yong.liu@intel.com>
To: Jianbo Liu <jianbo.liu@linaro.org>, dts@dpdk.org
Subject: Re: [dts] [PATCH] framework dut: set the number of hugepage for arm64 platform
Date: Mon, 14 Nov 2016 11:01:54 +0800 [thread overview]
Message-ID: <58292922.2090200@intel.com> (raw)
In-Reply-To: <1478772394-16534-1-git-send-email-jianbo.liu@linaro.org>
Thanks Jianbo, applied into master branch.
On 11/10/2016 06:06 PM, Jianbo Liu wrote:
> Set this number of hugepages to be 2048.
>
> Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
> ---
> framework/dut.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/framework/dut.py b/framework/dut.py
> index c96aba7..c8a3fe4 100644
> --- a/framework/dut.py
> +++ b/framework/dut.py
> @@ -305,6 +305,8 @@ class Dut(Crb):
> force_socket = True
> elif self.architecture == "ppc_64":
> arch_huge_pages = hugepages if hugepages > 0 else 512
> + elif self.architecture == "arm64":
> + arch_huge_pages = hugepages if hugepages > 0 else 2048
>
> if total_huge_pages != arch_huge_pages:
> # before all hugepage average distribution by all socket,
prev parent reply other threads:[~2016-11-14 3:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 10:06 Jianbo Liu
2016-11-14 3:01 ` Liu, Yong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=58292922.2090200@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=jianbo.liu@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).