From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] test: support to check AVX512F Date: Mon, 18 Sep 2017 16:07:35 +0100 Message-ID: <20170918150735.GA16672@bricha3-MOBL3.ger.corp.intel.com> References: <20170908074454.37149-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Zhiyong Yang Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3F2EA1B1B6 for ; Mon, 18 Sep 2017 17:08:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170908074454.37149-1-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" suggest title as: test: add check for AVX512F On Fri, Sep 08, 2017 at 03:44:54PM +0800, Zhiyong Yang wrote: > The CPUs which support AVX512 have been released. Add the support > of checking AVX512F instruction set. > s/the support of/support for/ > Signed-off-by: Zhiyong Yang > --- Simple enough patch which adds one more check to the test. Probably worth having. Reports the presence of the flag correctly on my board. With commit message rewording: Acked-by: Bruce Richardson