From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] mk: remove AVX512 disabled warning on non x86 Date: Tue, 5 Mar 2019 12:11:19 +0000 Message-ID: <64a99fcc-cbc8-736f-002e-5a9e4f9a6398@intel.com> References: <20190224182643.19374-1-jerinj@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "thomas@monjalon.net" , "bruce.richardson@intel.com" To: Jerin Jacob Kollanukkaran , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BC31A2B93 for ; Tue, 5 Mar 2019 13:11:21 +0100 (CET) In-Reply-To: <20190224182643.19374-1-jerinj@marvell.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/24/2019 6:27 PM, Jerin Jacob Kollanukkaran wrote: > AVX512 is a x86 specific feature, So, enable AVX512 > warning only on x86. Changed to a fix: mk: fix AVX512 disabled warning on non x86 ... Fixes: a32ca9a4ebc1 ("mk: fix scope of disabling AVX512F support") Cc: stable@dpdk.org > > Signed-off-by: Jerin Jacob Reviewed-by: Ferruh Yigit Applied, thanks.