Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbcKHKd1 (ORCPT ); Tue, 8 Nov 2016 05:33:27 -0500 Received: from mail.skyhub.de ([78.46.96.112]:57756 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753274AbcKHKdZ (ORCPT ); Tue, 8 Nov 2016 05:33:25 -0500 Date: Tue, 8 Nov 2016 11:33:23 +0100 From: Borislav Petkov To: He Chen Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Luwei Kang , Piotr Luc Subject: Re: [PATCH v4 2/2] cpuid: add AVX512_4VNNIW and AVX512_4FMAPS instructions support Message-ID: <20161108103323.ib5zrgzqbc3d732f@pd.tnic> References: <1478595148-4462-1-git-send-email-he.chen@linux.intel.com> <1478595148-4462-3-git-send-email-he.chen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1478595148-4462-3-git-send-email-he.chen@linux.intel.com> User-Agent: NeoMutt/20161014 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 628 Lines: 24 On Tue, Nov 08, 2016 at 04:52:28PM +0800, He Chen wrote: > Add two new AVX512 instructions support for KVM guest. > > AVX512_4VNNIW: > Vector instructions for deep learning enhanced word variable precision. > > AVX512_4FMAPS: > Vector instructions for deep learning floating-point single precision. Whoops, first time I'm catching something like this, thanks checkpatch.pl: ERROR: Missing Signed-off-by: line(s) <--- ?! > --- > arch/x86/kvm/cpuid.c | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.