From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kovacevic, Marko" Subject: Re: [PATCH v3 11/11] compress/isal: add ISA-L compression PMD docs 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "De Lara Guarch, Pablo" , "Tucker, Greg B" , "Jain, Deepak K" , "Trahe, Fiona" , "Daly, Lee" To: "Daly, Lee" , "dev@dpdk.org" 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) In-Reply-To: <1523972132-6894-12-git-send-email-lee.daly@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 <...>