From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D071B2BB1 for ; Sat, 14 Jul 2018 00:26:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 15:26:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,349,1526367600"; d="scan'208";a="56382433" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga007.jf.intel.com with ESMTP; 13 Jul 2018 15:26:22 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX101.ger.corp.intel.com ([169.254.1.185]) with mapi id 14.03.0319.002; Fri, 13 Jul 2018 23:26:21 +0100 From: "De Lara Guarch, Pablo" To: Shally Verma CC: "dev@dpdk.org" , "pathreya@caviumnetworks.com" , "mchalla@caviumnetworks.com" , Ashish Gupta , Sunila Sahu Thread-Topic: [PATCH v2 5/6] doc: add Octeonx zip guide Thread-Index: AQHUEiWaLUal2IW2HE6nsuO/ITczLaSNzH/Q Date: Fri, 13 Jul 2018 22:26:21 +0000 Message-ID: References: <1530550477-22444-1-git-send-email-shally.verma@caviumnetworks.com> <1530550477-22444-6-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: <1530550477-22444-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzYxYmUzNTktNjcyOC00MWQxLWJiZDEtZGMwM2VhYWVkMDgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMm1lZlRGbEhPYncyTU1BdDVrS2o0M2h1K2lHMU1MaG11TzZ0SlwvNG5yWFFOdlRNb0swb2lmZW40c2ZxTDFaNE4ifQ== 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/6] doc: add Octeonx zip 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: Fri, 13 Jul 2018 22:26:25 -0000 > -----Original Message----- > From: Shally Verma [mailto:shally.verma@caviumnetworks.com] > Sent: Monday, July 2, 2018 5:55 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > mchalla@caviumnetworks.com; Ashish Gupta > ; Sunila Sahu > > Subject: [PATCH v2 5/6] 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 | 107 > ++++++++++++++++++++++++++ > 3 files changed, 130 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 > +Deflate =3D Y > +LZS =3D > +Adler32 =3D > +Crc32 =3D > +Adler32&Crc32 =3D > +Fixed =3D Y > +Dynamic =3D Y No need to add feature flags not supported.