From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E8C16A059B; Fri, 10 Apr 2020 11:48:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C34E31D517; Fri, 10 Apr 2020 11:48:53 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9C0361D515 for ; Fri, 10 Apr 2020 11:48:52 +0200 (CEST) IronPort-SDR: 5/Z1FrMEnSPOG94A2FbswhddmH4TdV7hmrnyGnYAdOdJmCDd30BU/RCJ3NsKjfb2UWIfWawMyy rtuRocOQkeXQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2020 02:48:51 -0700 IronPort-SDR: gdg4Oe1ZX8OLnYLazkvTn9DXxwG2F9ivRDngtTxMcd9LTmd1oJnX9Pt/2fXW495/hplYxrEJfU 0UzwcTJqp8zA== X-IronPort-AV: E=Sophos;i="5.72,366,1580803200"; d="scan'208";a="425841431" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.50.46]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 10 Apr 2020 02:48:50 -0700 Date: Fri, 10 Apr 2020 10:48:46 +0100 From: Bruce Richardson To: David Christensen Cc: beilei.xing@intel.com, dev@dpdk.org Message-ID: <20200410094846.GC625@bricha3-MOBL.ger.corp.intel.com> References: <20200409182055.14418-1-drc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200409182055.14418-1-drc@linux.vnet.ibm.com> Subject: Re: [dpdk-dev] [PATCH] net/i40e: enable PPC altivec support for meson builds 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Apr 09, 2020 at 11:20:55AM -0700, David Christensen wrote: > The meson build file does not enable i40e vectorization support for > PPC/altivec systems, even though the existing Makefile does enable the > support. Add the required architecture check and sources line. > > Signed-off-by: David Christensen > --- Acked-by: Bruce Richardson