From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_SBL,URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D827DC5B576 for ; Sun, 30 Jun 2019 22:31:59 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 8C76020B7C for ; Sun, 30 Jun 2019 22:31:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C76020B7C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AE7891BAB6; Mon, 1 Jul 2019 00:31:58 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5F1C1F64 for ; Mon, 1 Jul 2019 00:31:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2019 15:31:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,437,1557212400"; d="scan'208";a="153906269" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga007.jf.intel.com with ESMTP; 30 Jun 2019 15:31:54 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.143]) by irsmsx105.ger.corp.intel.com ([169.254.7.184]) with mapi id 14.03.0439.000; Sun, 30 Jun 2019 23:31:53 +0100 From: "Mokhtar, Amr" To: "Chautru, Nicolas" , "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [PATCH v4 01/10] baseband/turbo_sw: baseband/turbo_sw: dependency patch Thread-Index: AQHVKjfwwDUZp92I4kqBpyUjmNc8Caa00oUQ Date: Sun, 30 Jun 2019 22:31:52 +0000 Message-ID: <3D3765A8CDB52A4C8B410430AA19CB2370A23199@IRSMSX104.ger.corp.intel.com> References: <1561136352-32198-2-git-send-email-nicolas.chautru@intel.com> <1561344776-43990-1-git-send-email-nicolas.chautru@intel.com> <1561344776-43990-2-git-send-email-nicolas.chautru@intel.com> In-Reply-To: <1561344776-43990-2-git-send-email-nicolas.chautru@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTYyMzNjMDYtZmRjNC00M2VlLWIzYzEtMWY4MjhhYTFkZjI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMVZIRDdIVUp4eFkyRkoxZmRzeE9hOXVQZld1VHhwQjlGMGwxODdJRE13NnVPWUhXZVZyc3FTeG94aU44dWdYMCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 01/10] baseband/turbo_sw: baseband/turbo_sw: dependency patch 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: Chautru, Nicolas > Sent: Monday 24 June 2019 03:53 > To: akhil.goyal@nxp.com; dev@dpdk.org > Cc: thomas@monjalon.net; Yigit, Ferruh ; > Mokhtar, Amr ; Chautru, Nicolas > > Subject: [PATCH v4 01/10] baseband/turbo_sw: baseband/turbo_sw: > dependency patch >=20 > Not meant for review, purely for dependency for CI. > This is a squash of the related serie which > is not applied yet: > option to build turbosw PMD without SDK > https://patches.dpdk.org/project/dpdk/list/?series=3D5093 >=20 > Signed-off-by: Nicolas Chautru > --- Acked-by: Amr Mokhtar