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 5A8016CD8 for ; Wed, 25 Apr 2018 16:25:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2018 07:25:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,326,1520924400"; d="scan'208";a="219291514" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2018 07:25:46 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.37]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Wed, 25 Apr 2018 15:25:45 +0100 From: "Daly, Lee" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Jain, Deepak K" Thread-Topic: [PATCH v3 10/11] compress/isal: add generic compression driver docs Thread-Index: AQHT1lEQjETxnxRxIEykhsoQ0wc4OKQPuz2AgAHaCiA= Date: Wed, 25 Apr 2018 14:25:45 +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-11-git-send-email-lee.daly@intel.com> In-Reply-To: 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Q1OTBmYjYtZDRhZS00ZGNlLTg2ODMtNjQ4NmM2YzQ3MjAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJGaGh4VTZ2SEVlRlo3aVdYUjVyamFuVlB6cVFoRHJveFwvZzNOYlpSMVJ0c2FiRVVWWUFKZDhiRFIrbFFMNnRaQyJ9 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 v3 10/11] compress/isal: add generic compression driver 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: Wed, 25 Apr 2018 14:25:48 -0000 Thanks for the feedback on the patch set Pablo,=20 V4 in progress. > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, April 24, 2018 12:07 PM > To: Daly, Lee ; dev@dpdk.org > Cc: Tucker, Greg B ; Jain, Deepak K > ; Trahe, Fiona > Subject: RE: [PATCH v3 10/11] compress/isal: add generic compression driv= er > docs >=20 > > -----Original Message----- > > From: Daly, Lee > > Sent: Tuesday, April 17, 2018 2:36 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo ; Tucker, > > Greg B ; Jain, Deepak K > > ; Trahe, Fiona ; Daly, > > Lee > > Subject: [PATCH v3 10/11] compress/isal: add generic compression > > driver docs > > >=20 > One last comment. Change title to: "doc: add compression feature guide", = since > this is not adding any information about ISA-L, but it is common for all > compression PMDs.