From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D534D1B42A for ; Wed, 11 Jul 2018 10:24:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2018 01:24:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,337,1526367600"; d="scan'208";a="53532259" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga007.fm.intel.com with ESMTP; 11 Jul 2018 01:24:08 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 11 Jul 2018 09:24:07 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by irsmsx111.ger.corp.intel.com ([169.254.2.118]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 09:24:07 +0100 From: "De Lara Guarch, Pablo" To: "Verma, Shally" CC: "dev@dpdk.org" , "Athreya, Narayana Prasad" , "Challa, Mahipal" , "Jacob, Jerin" , "Sahu, Sunila" , "Gupta, Ashish" Thread-Topic: [dpdk-dev] [PATCH v2 0/6] compress: add Octeontx ZIP compression PMD Thread-Index: AQHUEiWLmoTO9e7wdUKb2XPS4RlO16SJgdYAgAA6KpA= Date: Wed, 11 Jul 2018 08:24:07 +0000 Message-ID: References: <1530550477-22444-1-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWQ1OGZhOTEtNTYxMi00ZmU3LTllM2ItNTM4NmE3MzkyODk4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRFRObEFOMmc2YmhYZk1CaEYrdTZTTDk2TXZvV2lOcXpOSEc3dWE1Q1FGOFlxamdpUzhCWHNqTlJ2M2g2UFJrOSJ9 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 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, 11 Jul 2018 08:24:13 -0000 Hi Shally, > -----Original Message----- > From: Verma, Shally [mailto:Shally.Verma@cavium.com] > Sent: Wednesday, July 11, 2018 6:53 AM > To: Verma, Shally ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; Athreya, Narayana Prasad > ; Challa, Mahipal > ; Jacob, Jerin > ; Sahu, Sunila > ; Gupta, Ashish > Subject: RE: [dpdk-dev] [PATCH v2 0/6] compress: add Octeontx ZIP > compression PMD >=20 > Hi Pablo, >=20 > Can we close on this? We're targeting it for 18.08. Yes, this will go into RC2 to have more time for reviews. >=20 > Thanks > Shally >=20 >=20 > >-----Original Message----- > >From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shally Verma > >Sent: 02 July 2018 22:25 > >To: pablo.de.lara.guarch@intel.com > >Cc: dev@dpdk.org; Athreya, Narayana Prasad > >; Challa, Mahipal > > > >Subject: [dpdk-dev] [PATCH v2 0/6] compress: add Octeontx ZIP > >compression PMD > > > >External Email > > > >This patch series add compression PMD for cavium octeontx ZIP module in > >DPDK compress drivers. > >Currently PMD only tested for deflate, stateless compression and > >decompression with direct memory buffers. > > > >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 > > > >V1 support: > >Octeontx ZIP PMD implementation > >Confuguration and Makefile changes to build Octeontx ZIP PMD > >Documentation ZIP PMD Build support in driver/compress meson for > >Octeontx ZIP PMD > > > >TBDs: > >Scatter Gather support, > >Stateful compression/decompression, > >test for performance > > > >This patchset is dependent upon compressdev API. > > > >Ashish Gupta (6): > > compress/octeontx: add octeontx zip PMD support > > compress/octeontx: add device setup PMD ops > > compress/octeontx: add xform and stream create support > > compress/octeontx: add ops enq deq apis > > doc: add Octeonx zip guide > > usertools: update devbind for octeontx zip device > > > > MAINTAINERS | 5 + > > config/common_base | 5 + > > doc/guides/compressdevs/features/octeontx.ini | 22 + > > doc/guides/compressdevs/index.rst | 1 + > > doc/guides/compressdevs/octeontx.rst | 107 +++ > > drivers/compress/Makefile | 1 + > > drivers/compress/meson.build | 2 +- > > drivers/compress/octeontx/Makefile | 30 + > > drivers/compress/octeontx/include/zip_regs.h | 721 > +++++++++++++++++++++ > > drivers/compress/octeontx/meson.build | 11 + > > .../compress/octeontx/rte_pmd_octeontx_version.map | 3 + > > drivers/compress/octeontx/zip_pmd.c | 625 ++++++++++++++= ++++ > > drivers/compress/octeontx/zipvf.c | 185 ++++++ > > drivers/compress/octeontx/zipvf.h | 354 ++++++++++ > > mk/rte.app.mk | 1 + > > usertools/dpdk-devbind.py | 9 + > > 16 files changed, 2081 insertions(+), 1 deletion(-) create mode 100644 > > doc/guides/compressdevs/features/octeontx.ini > > create mode 100644 doc/guides/compressdevs/octeontx.rst > > create mode 100644 drivers/compress/octeontx/Makefile > > create mode 100644 drivers/compress/octeontx/include/zip_regs.h > > create mode 100644 drivers/compress/octeontx/meson.build > > create mode 100644 > > drivers/compress/octeontx/rte_pmd_octeontx_version.map > > create mode 100644 drivers/compress/octeontx/zip_pmd.c > > create mode 100644 drivers/compress/octeontx/zipvf.c create mode > > 100644 drivers/compress/octeontx/zipvf.h > > > >-- > >2.14.3