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 6499EDED for ; Mon, 23 Apr 2018 16:53:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 07:53:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="39752891" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 23 Apr 2018 07:53:44 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Apr 2018 15:53:43 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by irsmsx111.ger.corp.intel.com ([169.254.2.167]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 15:53:43 +0100 From: "Kovacevic, Marko" To: "Daly, Lee" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Tucker, Greg B" , "Jain, Deepak K" , "Trahe, Fiona" , "Daly, Lee" Thread-Topic: [dpdk-dev] [PATCH v3 11/11] compress/isal: add ISA-L compression PMD docs Thread-Index: AQHT1lFbgV4uUfNxZkmErKee80edEqQOd3Jw Date: Mon, 23 Apr 2018 14:53:42 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66361F0B@IRSMSX103.ger.corp.intel.com> References: <1523038388-29964-1-git-send-email-lee.daly@intel.com> <1523972132-6894-1-git-send-email-lee.daly@intel.com> <1523972132-6894-12-git-send-email-lee.daly@intel.com> In-Reply-To: <1523972132-6894-12-git-send-email-lee.daly@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjA0NGZiZDctZGQ5MS00MzdkLWJkYjctZDFiNjg4NmIyYjVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpSZThETU9BVHVSVzJqd1k5R1praERtZ2x3QzNvWWd6NnN6WlpobVJWRG89In0= x-ctpclassification: CTP_NT 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 v3 11/11] compress/isal: add ISA-L compression PMD docs 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 Apr 2018 14:53:59 -0000 Few typos below > Signed-off-by: Lee Daly > --- > MAINTAINERS | 5 ++ > devtools/test-build.sh | 4 ++ > doc/guides/compressdevs/features/isal.ini | 40 +++++++++++++ > doc/guides/compressdevs/index.rst | 1 + > doc/guides/compressdevs/isal.rst | 94 > +++++++++++++++++++++++++++++++ <...> > +; Supported features of 'ISA-L' compression driver. > +; > +[FEATURES] > +HW Accelerated =3D N > +CPU SSE =3D Y > +CPU AVX =3D Y > +CPU AVX2 =3D Y > +CPU AVX512 =3D Y > +CPU NEON =3D N > +Stateful =3D N > +By-Pass =3D N > +Chained mbufs =3D N > +; > +; Supported algorithims of the 'ISA-L' compression driver. algorithims / algorithms > +; > +[ALGORITHIM] ALGORITHIM / ALGORITHM <...> > +The ISA-L PMD (**librte_pmd_isal_comp**) provides poll mode > compression > +& decompression driver support for utilizing Intel ISA-L library, which > +implements the deflate algorithim for both compression and > +decompression algorithim / algorithm <...> > + > +are usualy sufficient:: > + > + ./autogen.sh > + ./configure > + usualy / usually=20 <...>