From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AB6471B05 for ; Thu, 24 May 2018 11:07:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2018 02:07:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,436,1520924400"; d="scan'208";a="42450291" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga008.fm.intel.com with ESMTP; 24 May 2018 02:07:21 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.251]) by irsmsx110.ger.corp.intel.com ([169.254.15.125]) with mapi id 14.03.0319.002; Thu, 24 May 2018 10:07:20 +0100 From: "Kovacevic, Marko" To: "Daly, Lee" , "De Lara Guarch, Pablo" CC: "dev@dpdk.org" , "Wang, HailiangX E" , "Daly, Lee" Thread-Topic: [dpdk-dev] [PATCH] doc/compress: add compression level guide for ISA-L Thread-Index: AQHT8q5jVcbRafqwYEiFIg8Wxgdl7qQ+lxSQ Date: Thu, 24 May 2018 09:07:19 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6638E028@IRSMSX104.ger.corp.intel.com> References: <1527090841-75874-1-git-send-email-lee.daly@intel.com> In-Reply-To: <1527090841-75874-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGM3YmFiMmYtNzk3OC00ZjViLWE5MzctYmU5MjEwZThiNWZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InVRWGR6MURoZ291Ukt3OExVcTRzRVd5Z1RrbHk4Z1FzTW1ER1ArczlPeGs9In0= x-ctpclassification: CTP_NT 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] doc/compress: add compression level guide for ISA-L 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: Thu, 24 May 2018 09:07:24 -0000 > This expands the ISA-L documentation to give more a detailed explanation = of > the mapping between the compressdev API levels and PMD levels. >=20 > Signed-off-by: Lee Daly > --- > doc/guides/compressdevs/isal.rst | 63 > +++++++++++++++++++++++++++++++++++----- > 1 file changed, 55 insertions(+), 8 deletions(-) >=20 > diff --git a/doc/guides/compressdevs/isal.rst > b/doc/guides/compressdevs/isal.rst > index 2024437..9c8dfea 100644 > --- a/doc/guides/compressdevs/isal.rst > +++ b/doc/guides/compressdevs/isal.rst > @@ -6,7 +6,8 @@ ISA-L Compression Poll Mode Driver > =20 <...> >=20 > Limitations > ----------- >=20 > -* Chained mbufs are not supported, for future release. > +* Chained mbufs will not be supported until a future release, meaning ma= x > data size being passed to PMD through a single mbuf is 64K - 1. If data i= s larger > than this it will need to be split up and sent as multiple operations. > For the above line all I'll say is in the .rst file keep it to 80 character= s per line as its way to long In this case everything else is ok for me. Once you make the changes you ca= n add my ack. Acked-by: Marko Kovacevic