From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0A9062C52 for ; Mon, 23 Apr 2018 16:47:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 07:47:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="222657443" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 23 Apr 2018 07:47:07 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) 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:47:06 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by irsmsx112.ger.corp.intel.com ([169.254.1.226]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 15:47:06 +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 10/11] compress/isal: add generic compression driver docs Thread-Index: AQHT1lFUYo4YrW6NIkClexyRnmJ9C6QOdhgg Date: Mon, 23 Apr 2018 14:47:06 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66361EEF@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-11-git-send-email-lee.daly@intel.com> In-Reply-To: <1523972132-6894-11-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmM1ZjVjYWYtNDA5MC00YjIxLThkM2EtNWZlMTVjZDM3NDQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InJublBXZUlPd25LY3VlbDJZaXBLaXhNN1NWeUNFdjdVaGpDNTBFWXlNQ3c9In0= 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 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: Mon, 23 Apr 2018 14:47:09 -0000 Found two typos > Signed-off-by: Lee Daly > --- > MAINTAINERS | 6 ++ > doc/guides/compressdevs/features/default.ini | 42 +++++++++++ > doc/guides/compressdevs/index.rst | 12 ++++ > doc/guides/compressdevs/overview.rst | 12 ++++ > doc/guides/compressdevs/overview_feature_table.txt | 81 > ++++++++++++++++++++++ <...> > +; Supported algorithims of the 'ISA-L' compression driver. algorithims / algorithms > +; > +[ALGORITHIM] ALGORITHIM / ALGORITHM > +Deflate =3D > +LZS =3D > +; <...> Marko K