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 864931B296 for ; Wed, 11 Jul 2018 22:56:08 +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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2018 13:56:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,338,1526367600"; d="scan'208";a="71981083" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga001.jf.intel.com with ESMTP; 11 Jul 2018 13:56:06 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX153.ger.corp.intel.com ([169.254.9.210]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 21:56:05 +0100 From: "De Lara Guarch, Pablo" To: "Verma, Shally" CC: "dev@dpdk.org" , "Athreya, Narayana Prasad" , "Challa, Mahipal" , "Sahu, Sunila" , "Gupta, Ashish" Thread-Topic: [PATCH v2 5/5] doc: add ZLIB PMD documentation Thread-Index: AQHUEiXbE3O0KkXdwEyJANNbKf/MZKSKEXVggAAvRoCAAE4AQA== Date: Wed, 11 Jul 2018 20:56:04 +0000 Message-ID: References: <1530550631-22841-1-git-send-email-shally.verma@caviumnetworks.com> <1530550631-22841-6-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjg4OTQ4ZGUtZTc3OS00ZTdiLTg0NTYtZTk4YjBlZDZjNGJmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiXC84QWoxMkRLWmZ0SXJ5S3RIdmRNQ2ptOGMyWnJXMExJNzQ4ZUVwbFN5RkN6aENrZVwvQzhBeUVGXC9yV29yWkd4eCJ9 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 5/5] doc: add ZLIB PMD documentation 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 20:56:10 -0000 > -----Original Message----- > From: Verma, Shally [mailto:Shally.Verma@cavium.com] > Sent: Wednesday, July 11, 2018 6:16 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Athreya, Narayana Prasad > ; Challa, Mahipal > ; Sahu, Sunila ; > Gupta, Ashish > Subject: RE: [PATCH v2 5/5] doc: add ZLIB PMD documentation >=20 >=20 >=20 > >-----Original Message----- > >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.guarch@intel.com] > >Sent: 11 July 2018 19:32 > >To: Verma, Shally > >Cc: dev@dpdk.org; Athreya, Narayana Prasad > >; Challa, Mahipal > >; Sahu, Sunila ; > >Gupta, Ashish > >Subject: RE: [PATCH v2 5/5] doc: add ZLIB PMD documentation > > > >External Email > > > >> -----Original Message----- > >> From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > >> Sent: Monday, July 2, 2018 5:57 PM > >> To: De Lara Guarch, Pablo > >> Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > >> mchalla@caviumnetworks.com; Sunila Sahu > >> ; Ashish Gupta > >> > >> Subject: [PATCH v2 5/5] doc: add ZLIB PMD documentation > >> > > > >Better change title to "add ZLIB PMD guide", to avoid duplication. > > > >> add zlib pmd feature specification and overview documentation > >> > >> Signed-off-by: Sunila Sahu > >> Signed-off-by: Shally Verma > >> Signed-off-by: Ashish Gupta > >> --- > >> MAINTAINERS | 2 + > >> doc/guides/compressdevs/features/zlib.ini | 22 ++++++++++ > >> doc/guides/compressdevs/zlib.rst | 68 > >> +++++++++++++++++++++++++++++++ > >> 3 files changed, 92 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS index 448bbe1..1c217b0 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -854,6 +854,8 @@ F: doc/guides/compressdevs/features/isal.ini > >> ZLIB > >> M: Sunila Sahu > >> F: drivers/compress/zlib/ > >> +F: doc/guides/compressdevs/zlib.rst > >> +F: doc/guides/compressdevs/features/zlib.ini > >> > >> Eventdev Drivers > >> ---------------- > >> diff --git a/doc/guides/compressdevs/features/zlib.ini > >> b/doc/guides/compressdevs/features/zlib.ini > >> new file mode 100644 > >> index 0000000..bdc0fc4 > >> --- /dev/null > >> +++ b/doc/guides/compressdevs/features/zlib.ini > >> @@ -0,0 +1,22 @@ > >> +; > >> +; Refer to default.ini for the full list of available PMD features. > >> +; > >> +; Supported features of 'ZLIB' compression driver. > >> +; > >> +[Features] > >> +HW Accelerated =3D > >> +CPU SSE =3D > >> +CPU AVX =3D > >> +CPU AVX2 =3D > >> +CPU AVX512 =3D > >> +CPU NEON =3D > >> +Stateful =3D > >> +By-Pass =3D > >> +Chained mbufs =3D > >> +Deflate =3D Y > >> +LZS =3D > >> +Adler32 =3D > >> +Crc32 =3D > >> +Adler32&Crc32 =3D > >> +Fixed =3D Y > >> +Dynamic =3D Y > > > >No need to include the features that the PMD does not support (plus, > >some of those names have been changed). > > > You mean remove entry with empty values like >> +Crc32 =3D Exactly.