From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9E3AA2B96 for ; Thu, 1 Feb 2018 12:54:22 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Feb 2018 03:54:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,443,1511856000"; d="scan'208";a="27224552" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by fmsmga001.fm.intel.com with SMTP; 01 Feb 2018 03:54:19 -0800 Received: by (sSMTP sendmail emulation); Thu, 01 Feb 2018 11:54:19 +0000 Date: Thu, 1 Feb 2018 11:54:18 +0000 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20180201115418.GA13884@bricha3-MOBL3.ger.corp.intel.com> References: <20180131170905.130702-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180131170905.130702-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix missing deps for avx2 code in meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 11:54:23 -0000 On Wed, Jan 31, 2018 at 05:09:05PM +0000, Bruce Richardson wrote: > The AVX2 code path includes files from the ethdev, hash and kvargs libs. > These are not listed as dependencies in the case where AVX2 is not in > the default instruction set for the build e.g. machine=nehalem. This > leads to compiler errors as the header files needed cannot be found. > > Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson") > > Signed-off-by: Bruce Richardson > --- Bug fix applied to dpdk-next-build /Bruce