From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C060423D for ; Wed, 25 Jul 2018 21:23:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2018 12:23:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,401,1526367600"; d="scan'208";a="75904827" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2018 12:23:01 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX109.ger.corp.intel.com ([169.254.13.124]) with mapi id 14.03.0319.002; Wed, 25 Jul 2018 20:23:00 +0100 From: "De Lara Guarch, Pablo" To: Ashish Gupta CC: "dev@dpdk.org" , "narayanaprasad.athreya@cavium.com" , "mahipal.challa@cavium.com" , "Trahe, Fiona" , "Shally Verma" Thread-Topic: [PATCH v4 0/6] compress: add Octeontx ZIP compression PMD Thread-Index: AQHUJDaROyFR/8HJlUedTzTl3mRaU6SgUT2Q Date: Wed, 25 Jul 2018 19:23:00 +0000 Message-ID: References: <20180725170456.3319-1-Ashish.Gupta@caviumnetworks.com> In-Reply-To: <20180725170456.3319-1-Ashish.Gupta@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWZhYjAxNzgtOTJlMS00NjAyLThkZmMtN2IyMjY3Y2Q2OWY1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZFRjb25ITkpcL01XMCt2Y01hV081V3ZNNDZYaW1zSnhFQ203SXRxSkZSakswXC81MzFSbzhsTVZiQXhTSmJTYVhFIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v4 0/6] compress: add Octeontx ZIP 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: Wed, 25 Jul 2018 19:23:13 -0000 > -----Original Message----- > From: Ashish Gupta [mailto:Ashish.Gupta@caviumnetworks.com] > Sent: Wednesday, July 25, 2018 6:05 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; narayanaprasad.athreya@cavium.com; > mahipal.challa@cavium.com; Trahe, Fiona ; Shally > Verma > Subject: [PATCH v4 0/6] compress: add Octeontx ZIP compression PMD >=20 > From: Shally Verma >=20 > This patch series add compression PMD for cavium octeontx ZIP module in D= PDK > compress drivers. > Currently PMD only tested for deflate, stateless compression and > decompression with direct memory buffers. >=20 > Changes in v4: > - removed scatter-gather implementation as not tested > - revisit qp stats enqd and enqd_err count update condition > after seeking more clarification about its intended purpose >=20 > Changes in v3: > - update doc > - add comp feature flags > - remove stateful pmd ops > - update pmd name and logtype as per naming conventions >=20 > Changes in v2: > - enable OCTEONTX_ZIPVF bydefault, and remove static debug flag > - fix meson build in compress/driver/octeontx > - fix 32-bit compiler error > - remove global declared data structure > - header files in alphabetical order > - update doc with correct feature support >=20 > V1 support: > Octeontx ZIP PMD implementation > Confuguration and Makefile changes to build Octeontx ZIP PMD Documentatio= n > ZIP PMD Build support in driver/compress meson for Octeontx ZIP PMD >=20 > TBDs: > Enqueue error stats logic needs to be revisited Scatter Gather support, S= tateful > compression/decompression, test for performance Series applied to dpdk-next-crypto. Thanks for the work, Pablo