From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E57F4374; Fri, 13 Jul 2018 16:39:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 07:39:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,347,1526367600"; d="scan'208";a="64468307" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2018 07:39:24 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 13 Jul 2018 15:39:23 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by irsmsx112.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Fri, 13 Jul 2018 15:39:23 +0100 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Daly, Lee" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] compress/isal: fix offset usage Thread-Index: AQHUGSKGVrlSMBv3hEeA04pixhEL0KSNNo5QgAAFsxA= Date: Fri, 13 Jul 2018 14:39:23 +0000 Message-ID: References: <1531226641-54158-1-git-send-email-lee.daly@intel.com> <1531318905-180948-1-git-send-email-lee.daly@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmMyYTc4NjYtNDljMS00NDEzLTllMzQtN2VmMDMyNTAxNDU5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMTZnS1dmZEdiN3FKTFFMYnZmblwvbVJFb2FGSXNQbW5OellkQVEyaFliMlVVOVJXMHVrMDBOVk9qUXVGejBYQVQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v2] compress/isal: fix offset usage 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: Fri, 13 Jul 2018 14:39:27 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of De Lara Guarch= , > Pablo > Sent: Friday, July 13, 2018 3:20 PM > To: Daly, Lee > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v2] compress/isal: fix offset usage >=20 >=20 >=20 > > -----Original Message----- > > From: Daly, Lee > > Sent: Wednesday, July 11, 2018 3:22 PM > > To: De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Daly, Lee ; stable@dpdk.org > > Subject: [PATCH v2] compress/isal: fix offset usage > > > > This patch allows the ISA-L compression PMD, to be used with offsets > > in the mbuf. > > Offsets can now be used for source and destination buffers, during > > compression or decompression. > > > > V2 - commit message change. > > - error log message reword. > > - avail_out not taking offset into account. > > > > > > Fixes: dc49e6a "compress/isal: add ISA-L compression functionality" > > Fixes: 7bf4f06 "compress/isal: add ISA-L decomp functionality" >=20 > Fixes lines should have 6 bytes of the commit ID >=20 > > Cc: stable@dpdk.org > > > > Signed-off-by: Lee Daly >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo