From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 712DB235 for ; Tue, 24 Jul 2018 15:29:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2018 06:29:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,398,1526367600"; d="scan'208";a="60243272" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga006.jf.intel.com with ESMTP; 24 Jul 2018 06:29:23 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX106.ger.corp.intel.com ([169.254.8.211]) with mapi id 14.03.0319.002; Tue, 24 Jul 2018 14:27:40 +0100 From: "De Lara Guarch, Pablo" To: "Daly, Lee" CC: "dev@dpdk.org" Thread-Topic: [PATCH v4] compress/isal: add chained mbuf support Thread-Index: AQHUI0BFiWqTa2EsZ0O1ljE0ZYGvQqSeXZMQ Date: Tue, 24 Jul 2018 13:27:39 +0000 Message-ID: References: <1532368945-23909-1-git-send-email-lee.daly@intel.com> <1532431163-46652-1-git-send-email-lee.daly@intel.com> In-Reply-To: <1532431163-46652-1-git-send-email-lee.daly@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTM3MDRmODktY2I3MS00MjFjLWFjYTItNzZkZjA0YzVjMDk5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU2xnbnVteDEwRlpmM2R1VHJPSU5CRVRpTTFDRjlIY012RGpiZTNKMThqWHlGUWtkVmR0cHJlOVQ0eWlnaDB5aSJ9 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 v4] compress/isal: add chained mbuf support 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: Tue, 24 Jul 2018 13:29:30 -0000 > -----Original Message----- > From: Daly, Lee > Sent: Tuesday, July 24, 2018 12:19 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Daly, Lee > Subject: [PATCH v4] compress/isal: add chained mbuf support >=20 > This patch adds chained mbuf support for input or output buffers during > compression/decompression operations. >=20 > V2 - split chained mbuf functionality into separate functions. > - code optimizations. >=20 > V3 - bug fixes & optimizations. >=20 > v4 - bug fixes & optimizations. >=20 > Signed-off-by: Lee Daly Reviewed-by: Pablo de Lara