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 1D4A928EE for ; Wed, 29 Nov 2017 11:02:07 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 02:02:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,472,1505804400"; d="scan'208";a="8379685" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.35]) by fmsmga001.fm.intel.com with SMTP; 29 Nov 2017 02:02:04 -0800 Received: by (sSMTP sendmail emulation); Wed, 29 Nov 2017 10:02:04 +0000 Date: Wed, 29 Nov 2017 10:02:03 +0000 From: Bruce Richardson To: Ferruh Yigit Cc: jingjing.wu@intel.com, beilei.xing@intel.com, dev@dpdk.org, helin.zhang@intel.com Message-ID: <20171129100203.GA2764@bricha3-MOBL3.ger.corp.intel.com> References: <20171123165314.168786-1-bruce.richardson@intel.com> <20171123165314.168786-2-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 1/2] net/i40e: add AVX2 Tx function 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: Wed, 29 Nov 2017 10:02:08 -0000 On Tue, Nov 28, 2017 at 06:13:35PM -0800, Ferruh Yigit wrote: > On 11/23/2017 8:53 AM, Bruce Richardson wrote: > > +ifeq ($(CC_AVX2_SUPPORT), 1) > > + SRCS-$(CONFIG_RTE_LIBRTE_ACL) += i40e_rxtx_vec_avx2.c > > Minor issue: > s/CONFIG_RTE_LIBRTE_ACL/CONFIG_RTE_LIBRTE_I40E_INC_VECTOR/ > Ooops. Good catch Ferruh. Hopefully this can be fixed on apply, if not, or if there are other issues I'll do a V2. /Bruce