From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/i40e: fix missing defines for non-AVX builds Date: Tue, 8 May 2018 21:15:47 +0100 Message-ID: <20180508201546.GA21016@bricha3-MOBL.ger.corp.intel.com> References: <20180508201017.44057-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5EFDF49E0 for ; Tue, 8 May 2018 22:15:52 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180508201017.44057-1-bruce.richardson@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" On Tue, May 08, 2018 at 09:10:17PM +0100, Bruce Richardson wrote: > For non-AVX builds, the cflags used for compiling the i40e driver files > are not passed to the call to build the AVX-specific code path. This can > cause build failures. > > ../drivers/net/i40e/i40e_ethdev.h:888:42: error: ‘I40E_PFQF_HKEY_MAX_INDEX’ undeclared here (not in a function) > > Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson") > > Reported-by: Shreyansh Jain > Signed-off-by: Bruce Richardson > Tested-by: Shreyansh Jain > > ---- Applied to dpdk-next-build /Bruce