All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
@ 2017-01-16  8:05 He Chen
  2017-01-16  9:41 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: He Chen @ 2017-01-16  8:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, He Chen

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
  2017-01-16  8:05 [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c He Chen
@ 2017-01-16  9:41 ` Wei Liu
  2017-01-16 10:37   ` Andrew Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Wei Liu @ 2017-01-16  9:41 UTC (permalink / raw)
  To: He Chen
  Cc: Wei Liu, Andrew Cooper, Ian Jackson, He Chen, Jan Beulich, xen-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
  2017-01-16  9:41 ` Wei Liu
@ 2017-01-16 10:37   ` Andrew Cooper
  2017-01-16 17:32     ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2017-01-16 10:37 UTC (permalink / raw)
  To: Wei Liu, He Chen; +Cc: xen-devel, Ian Jackson, He Chen, Jan Beulich

On 16/01/17 09:41, Wei Liu wrote:
> 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>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
  2017-01-16 10:37   ` Andrew Cooper
@ 2017-01-16 17:32     ` Wei Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2017-01-16 17:32 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Wei Liu, He Chen, Ian Jackson, He Chen, Jan Beulich, xen-devel

On Mon, Jan 16, 2017 at 10:37:31AM +0000, Andrew Cooper wrote:
> On 16/01/17 09:41, Wei Liu wrote:
> > 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>
> 
> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked + applied

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-16 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16  8:05 [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c He Chen
2017-01-16  9:41 ` Wei Liu
2017-01-16 10:37   ` Andrew Cooper
2017-01-16 17:32     ` Wei Liu

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.