From: Wei Liu <wei.liu2@citrix.com>
To: He Chen <he.chen@linux.intel.com>
Cc: Wei Liu <wei.liu2@citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
He Chen <he.chen@intel.com>, Jan Beulich <JBeulich@suse.com>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
Date: Mon, 16 Jan 2017 09:41:42 +0000 [thread overview]
Message-ID: <20170116094142.GF5089@citrix.com> (raw)
In-Reply-To: <1484553903-17276-1-git-send-email-he.chen@linux.intel.com>
CC Andrew and Jan
On Mon, Jan 16, 2017 at 04:05:03PM +0800, He Chen wrote:
> Add AVX512 vpopcntdq information in xen-cpuid.c
>
> Signed-off-by: He Chen <he.chen@linux.intel.com>
> ---
> tools/misc/xen-cpuid.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/tools/misc/xen-cpuid.c b/tools/misc/xen-cpuid.c
> index 5d66e94..106be0f 100644
> --- a/tools/misc/xen-cpuid.c
> +++ b/tools/misc/xen-cpuid.c
> @@ -124,7 +124,11 @@ static const char *str_7c0[32] =
> [ 2] = "REZ", [ 3] = "pku",
> [ 4] = "ospke",
>
> - [5 ... 31] = "REZ",
> + [5 ... 13] = "REZ",
> +
> + [14] = "avx512_vpopcntdq",
> +
> + [15 ... 31] = "REZ",
> };
>
> static const char *str_e7d[32] =
> --
> 2.7.4
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-01-16 9:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 8:05 [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c He Chen
2017-01-16 9:41 ` Wei Liu [this message]
2017-01-16 10:37 ` Andrew Cooper
2017-01-16 17:32 ` Wei Liu
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=20170116094142.GF5089@citrix.com \
--to=wei.liu2@citrix.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=he.chen@intel.com \
--cc=he.chen@linux.intel.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.