From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EF2921B53 for ; Mon, 23 Jul 2018 19:58:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2018 10:58:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,394,1526367600"; d="scan'208";a="66873931" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jul 2018 10:58:21 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by irsmsx105.ger.corp.intel.com ([169.254.7.195]) with mapi id 14.03.0319.002; Mon, 23 Jul 2018 18:58:20 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "mchalla@caviumnetworks.com" , Sunila Sahu , Ashish Gupta Thread-Topic: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide Thread-Index: AQHUIpTnres765Hf+UWEqmd8LVXde6SdF/Yw Date: Mon, 23 Jul 2018 17:58:20 +0000 Message-ID: References: <1532357474-9544-1-git-send-email-shally.verma@caviumnetworks.com> <1532357474-9544-6-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1532357474-9544-6-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTk4YTFhYjQtMzkxOC00YjU5LWE5NDItMTU2MjE3MDM1NTdiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibmFjZUVXbEMrbTNxa3haaWlXeENOWGI2aldIVjJ4UTJPRUpLVU5rQVYwb3BZb0Ruc1RnTGd3Q0lMMHRHYndoRyJ9 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 v4 5/5] doc: add ZLIB PMD guide 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: Mon, 23 Jul 2018 17:58:30 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shally Verma > Sent: Monday, July 23, 2018 3:51 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > mchalla@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subject: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide >=20 > Add zlib pmd feature support and user guide with build and run instructio= ns >=20 > Signed-off-by: Sunila Sahu > Signed-off-by: Shally Verma > Signed-off-by: Ashish Gupta > --- > MAINTAINERS | 2 + > doc/guides/compressdevs/features/zlib.ini | 11 +++++ > doc/guides/compressdevs/index.rst | 1 + > doc/guides/compressdevs/zlib.rst | 69 > +++++++++++++++++++++++++++++++ > 4 files changed, 83 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index ca27c6f..7e3c450 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -875,6 +875,8 @@ F: drivers/common/qat/ ZLIB > M: Sunila Sahu > F: drivers/compress/zlib/ > +F: doc/guides/compressdevs/zlib.rst > +F: doc/guides/compressdevs/features/zlib.ini >=20 > Eventdev Drivers > ---------------- > diff --git a/doc/guides/compressdevs/features/zlib.ini > b/doc/guides/compressdevs/features/zlib.ini > new file mode 100644 > index 0000000..c794643 > --- /dev/null > +++ b/doc/guides/compressdevs/features/zlib.ini > @@ -0,0 +1,11 @@ > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +; Supported features of 'ZLIB' compression driver. > +; > +[Features] > +Pass-through =3D Y > +Deflate =3D Y > +Fixed =3D Y > +Dynamic =3D Y > +OOP SGL In SGL Out =3D Y I assume that you support also "OOP SGL In LB Out" and "OOP LB In SGL Out",= right?