From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AE8B2324D for ; Tue, 24 Jul 2018 17:51:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2018 08:51:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,398,1526367600"; d="scan'208";a="69868459" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 24 Jul 2018 08:47:27 -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 16:47:26 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "mchalla@caviumnetworks.com" Thread-Topic: [PATCH v5 0/5] compress: add ZLIB compression PMD Thread-Index: AQHUI1/oMu4Mps3rzkuAXHYisj9jtKSehDEQ Date: Tue, 24 Jul 2018 15:47:25 +0000 Message-ID: References: <1532444736-26801-1-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1532444736-26801-1-git-send-email-shally.verma@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDU5M2Q3YWUtOWY4Yy00ZGQzLWJjMTgtNDYxOWVjZWQ4YWY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaitFdmQ0dU1lN2x6Y0JRd01SNExqYVZrUEs1K0FBVEdiZXJGdjJNOFJIZWJJZis0YUpCSlFZNTVjR3E4OUpaYyJ9 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 v5 0/5] compress: add ZLIB compression PMD 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 15:51:11 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Tuesday, July 24, 2018 4:06 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > mchalla@caviumnetworks.com > Subject: [PATCH v5 0/5] compress: add ZLIB compression PMD >=20 > This patch series add software zlib library (http://zlib.net/) based comp= ression > PMD in DPDK compress drivers. >=20 > Application must need to install zlib prior to enabling this PMD to avail > compression/decompression services. > Currently driver only tested for deflate, stateless compression and > decompression with direct buffers. >=20 > Changes in v5: > - removed scatter-gather support as not fully tested > - add return code check from compressdev_pmd_parse_args >=20 > TBDs: > - revisit macro to inline conversion for COMPUTE_DST_BUF Series applied to dpdk-next-crypto, with pending action described above. Thanks for the work! Pablo