From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 05EBA2B95 for ; Mon, 23 Apr 2018 17:51:43 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 08:51:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="39770332" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 23 Apr 2018 08:51:36 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.37]) by IRSMSX102.ger.corp.intel.com ([169.254.2.164]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 16:51:35 +0100 From: "Daly, Lee" To: "Kovacevic, Marko" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Tucker, Greg B" , "Jain, Deepak K" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH v3 11/11] compress/isal: add ISA-L compression PMD docs Thread-Index: AQHT2xh5lE1H4vVfGk2lcFTcYlIO4KQOfiug Date: Mon, 23 Apr 2018 15:51:34 +0000 Message-ID: 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> <6DC05C7C5F25994B81B3F2F214251F66361F5D@IRSMSX103.ger.corp.intel.com> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66361F5D@IRSMSX103.ger.corp.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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmQxYjMyYzQtOTA0OS00NDhjLTlmNGYtZmZlOTlkNTBmZjQwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ2a0JVWGJSZklRbExlbTZHK2VGSFwvK0VZSVVNdUxuaFpjMDB1c1wvbFFaVllxalBCc1Y0dzQ2dSs4SzAzVVVLQWsifQ== x-originating-ip: [163.33.239.180] 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 15:51:44 -0000 //snip > Subject: RE: [dpdk-dev] [PATCH v3 11/11] compress/isal: add ISA-L compres= sion > PMD docs >=20 >=20 > > 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 > > +++++++++++++++++++++++++++++++ >=20 > <...> >=20 > > +Limitations > > +----------- > > + > > +* Chained mbufs are not supported. > > + > > +* Compressdev level 0, no compression, is not supported. ISA-L level > > +0 used for > > + > > +fixed huffman codes. >=20 [Lee] Thanks for the feedback on patchset, V4 to be sent in coming days. > For the bit above have the two lines together as it messes up the format = and > look of the sentance >=20 > * Compressdev level 0, no compression, is not supported. ISA-L level 0 > used for fixed huffman codes. >=20 > > +* Out of order operations are not supported > > + > > +Installation > > +------------ //snip