From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A9FDCA0471 for ; Thu, 20 Jun 2019 02:34:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6DFB1D0A5; Thu, 20 Jun 2019 02:34:36 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BDEE01D093 for ; Thu, 20 Jun 2019 02:34:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2019 17:34:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,394,1557212400"; d="scan'208";a="311505444" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 19 Jun 2019 17:34:34 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 19 Jun 2019 17:34:34 -0700 Received: from FMSMSX109.amr.corp.intel.com ([169.254.15.43]) by fmsmsx101.amr.corp.intel.com ([169.254.1.59]) with mapi id 14.03.0439.000; Wed, 19 Jun 2019 17:34:33 -0700 From: "Chautru, Nicolas" To: Aaron Conole CC: "akhil.goyal@nxp.com" , "dev@dpdk.org" , "Yigit, Ferruh" , "thomas@monjalon.net" , "Mokhtar, Amr" , "Chalupnik, KamilX" Thread-Topic: [dpdk-dev] [PATCH v6 3/3] baseband/turbo_sw: meson build support for PMD driver Thread-Index: AQHVJvvnnQ7m6s6wWkuVyD2rHX+Tyqajronw Date: Thu, 20 Jun 2019 00:34:32 +0000 Message-ID: <1183128033837D43A851F70F33ED5C575C1BB772@FMSMSX109.amr.corp.intel.com> References: <1560444716-18594-2-git-send-email-nicolas.chautru@intel.com> <1560964274-83070-1-git-send-email-nicolas.chautru@intel.com> <1560964274-83070-4-git-send-email-nicolas.chautru@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjU3NjAxNDctOTFiMi00NzMwLWI0OTItZWQ1NGJhY2Y3MzRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYitpQ0krTmVWU2FkMzlhd3VobnZDRnhoMWc0N2t1WUV1eEVUUUlRY2hlZUpYNkZ0WWgwcWV5Y1A1TGMzcHpsYyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.1.200.106] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 3/3] baseband/turbo_sw: meson build support for PMD driver 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" > >-----Original Message----- >From: Aaron Conole [mailto:aconole@redhat.com]=20 >Sent: Wednesday, June 19, 2019 5:06 PM >To: Chautru, Nicolas >Cc: akhil.goyal@nxp.com; dev@dpdk.org; Yigit, Ferruh ; thomas@monjalon.net; Mokhtar, Amr ; Chalupnik, = KamilX >Subject: Re: [dpdk-dev] [PATCH v6 3/3] baseband/turbo_sw: meson build supp= ort for PMD driver > >Nicolas Chautru writes: > >> Turbo_sw PMD driver now building with meson/ninja with or without SDK=20 >> libraries. >> >> Acked-by: Kamil Chalupnik >> Acked-by: Nicolas Chautru > >It seems strange to ack your own patch. I will remove.=20 > >> Signed-off-by: Nicolas Chautru >> --- > >Something is wrong with this series: > > https://travis-ci.com/ovsrobot/dpdk/builds/116170401 > >We cannot enable this on AARCH64 builds - it seems that it wants to take a= dvantage of facilities that are x86 specific (like SSE 4.2) > Thanks for the feedback. This application can link optionally with AVX/SSE = libraries but by default should compile on any platform. This flag can be k= ept to NULL by default. I will push now as new patchset.=20 Thanks