From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 5736A5F32 for ; Wed, 20 Jun 2018 00:23:01 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2018 15:23:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,244,1526367600"; d="scan'208";a="58631081" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jun 2018 15:22:59 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX107.ger.corp.intel.com ([169.254.10.238]) with mapi id 14.03.0319.002; Tue, 19 Jun 2018 23:22:58 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "Trahe, Fiona" , "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "mchalla@caviumnetworks.com" , Ashish Gupta , Sunila Sahu Thread-Topic: [PATCH v1 6/7] doc: add octeontx zip PMD documentation Thread-Index: AQHT/LkUYwGkuGGR6UeH1sBbJw5/bKRoPcAQ Date: Tue, 19 Jun 2018 22:22:58 +0000 Message-ID: References: <1528194913-25893-1-git-send-email-shally.verma@caviumnetworks.com> <1528194913-25893-7-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1528194913-25893-7-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmY3MTY1NTctZWQwMi00YTZiLWEzZGUtOWE0OWZkZGU3YmNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidnNMbkZqU1NVNzBsT2tYTjhlZkZpNEkyZ0JrcHFyWHRTWUx3K01BV3REbmVrS284b3pHODQwNG5TdjdBbndWZyJ9 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 v1 6/7] doc: add octeontx zip 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: Tue, 19 Jun 2018 22:23:01 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Tuesday, June 5, 2018 11:35 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; dev@dpdk.org; > pathreya@caviumnetworks.com; mchalla@caviumnetworks.com; Ashish Gupta > ; Sunila Sahu > > Subject: [PATCH v1 6/7] doc: add octeontx zip PMD documentation You can retitle this to doc: add Octeonx zip guide >=20 > add zip pmd feature specification and overview documentation >=20 > Signed-off-by: Ashish Gupta > Signed-off-by: Shally Verma > Signed-off-by: Sunila Sahu > --- > doc/guides/compressdevs/features/octeontx.ini | 22 +++++ > doc/guides/compressdevs/index.rst | 1 + > doc/guides/compressdevs/octeontx.rst | 116 > ++++++++++++++++++++++++++ > 3 files changed, 139 insertions(+) >=20 > diff --git a/doc/guides/compressdevs/features/octeontx.ini > b/doc/guides/compressdevs/features/octeontx.ini > new file mode 100644 > index 000000000..224bcb8bb > --- /dev/null > +++ b/doc/guides/compressdevs/features/octeontx.ini > @@ -0,0 +1,22 @@ > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +; Supported features of 'OCTEONTX ZIP' compression driver. > +; > +[Features] > +HW Accelerated =3D Y > +CPU SSE =3D > +CPU AVX =3D > +CPU AVX2 =3D > +CPU AVX512 =3D > +CPU NEON =3D > +Stateful =3D > +By-Pass =3D > +Chained mbufs =3D In the capabilities structure, sgl and checksum are supported, so there is = an incompatibility here. > +Deflate =3D Y > +LZS =3D > +Adler32 =3D > +Crc32 =3D > +Adler32&Crc32 =3D > +Fixed =3D Y > +Dynamic =3D Y > diff --git a/doc/guides/compressdevs/index.rst > b/doc/guides/compressdevs/index.rst > index bc59ce810..cb467ab90 100644 > --- a/doc/guides/compressdevs/index.rst > +++ b/doc/guides/compressdevs/index.rst > @@ -11,3 +11,4 @@ Compression Device Drivers >=20 > overview > isal > + octeontx > diff --git a/doc/guides/compressdevs/octeontx.rst > b/doc/guides/compressdevs/octeontx.rst > new file mode 100644 > index 000000000..6ad5e31ce > --- /dev/null > +++ b/doc/guides/compressdevs/octeontx.rst ... > + > +Limitations > +----------- > + > +* Chained mbufs are not supported. Inconsistent with capabilities.