From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id F25168E5B for ; Thu, 19 Apr 2018 16:31:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 07:31:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="52038155" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga002.jf.intel.com with ESMTP; 19 Apr 2018 07:31:09 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX154.ger.corp.intel.com ([169.254.12.234]) with mapi id 14.03.0319.002; Thu, 19 Apr 2018 15:31:08 +0100 From: "De Lara Guarch, Pablo" To: "Mokhtar, Amr" , "Chalupnik, KamilX" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] baseband/turbo_sw: update Turbo Software driver Thread-Index: AQHT1lrA4KT9KdqwF0qV1dXAqUY/16QFHI6AgAMMo7A= Date: Thu, 19 Apr 2018 14:31:08 +0000 Message-ID: References: <20180404140602.9344-5-kamilx.chalupnik@intel.com> <20180417144359.29232-1-kamilx.chalupnik@intel.com> <3D3765A8CDB52A4C8B410430AA19CB236ECAC3C7@IRSMSX101.ger.corp.intel.com> In-Reply-To: <3D3765A8CDB52A4C8B410430AA19CB236ECAC3C7@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTU1MjJjNzQtMjk0Yy00YzU0LThhZjktY2I5ZmJjYjI0MTFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1nMk84ZkFEOUxWOXMydDhSUnI3T1J6WVFHNEwrYTRGdG5IQ2s2a2ZoOFU9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] baseband/turbo_sw: update Turbo Software 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: , X-List-Received-Date: Thu, 19 Apr 2018 14:31:13 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mokhtar, Amr > Sent: Tuesday, April 17, 2018 5:56 PM > To: Chalupnik, KamilX ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] baseband/turbo_sw: update Turbo Softwa= re > driver >=20 >=20 > > -----Original Message----- > > From: Chalupnik, KamilX > > Sent: Tuesday 17 April 2018 15:44 > > To: dev@dpdk.org > > Cc: Mokhtar, Amr ; Chalupnik, KamilX > > > > Subject: [PATCH v2] baseband/turbo_sw: update Turbo Software driver > > > > Update Turbo Software driver for Wireless Baseband Device: > > - support for optional CRC overlap in decode processing implemented > > - function scaling input LLR values to specific range [-16, 16] added > > - sizes of the internal buffers used by decoding were increased due to > > problem with memory for large test vectors > > - new test vectors to check device capabilities added > > > > Signed-off-by: KamilX Chalupnik > > > > v2: > > - logging macros fixed > > > > --- >=20 > There is a dependency between (baseband/turbo_sw) patches. Should be appl= ied > in this order: >=20 > 1. baseband/turbo_sw: splitting Queue Groups 2. baseband/turbo_sw: offloa= d > cost measurement test 3. baseband/turbo_sw: optimization of turbo softwar= e > driver 4. baseband/turbo_sw: update Turbo Software driver >=20 > Acked-by: Amr Mokhtar For next time, send a patchset, so the order is clear. Thanks, Pablo