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 CEE99B62 for ; Thu, 3 May 2018 23:49:49 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2018 14:49:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,360,1520924400"; d="scan'208";a="51343421" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga004.fm.intel.com with ESMTP; 03 May 2018 14:49:48 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx110.ger.corp.intel.com ([169.254.15.125]) with mapi id 14.03.0319.002; Thu, 3 May 2018 22:49:46 +0100 From: "De Lara Guarch, Pablo" To: "Daly, Lee" , "dev@dpdk.org" CC: "Tucker, Greg B" , "Jain, Deepak K" , "Trahe, Fiona" Thread-Topic: [PATCH v4 10/10] doc: add compression driver and ISA-L PMD docs Thread-Index: AQHT3oEBw9lm166cck2EzAjt64Kk/KQek+Qw Date: Thu, 3 May 2018 21:49:45 +0000 Message-ID: References: <1523972132-6894-12-git-send-email-lee.daly@intel.com> <1524872313-196340-1-git-send-email-lee.daly@intel.com> <1524872313-196340-11-git-send-email-lee.daly@intel.com> In-Reply-To: <1524872313-196340-11-git-send-email-lee.daly@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjU2N2YyODgtYTg3ZC00YjI5LTkxMTEtZGU0NjlmNDY5YWU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ild0d2o0a0RMNnFSbVFPTm12aFVBTUh5REdMZkJJMUtCOW5OWVlDaWc4Tm89In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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 v4 10/10] doc: add compression driver and ISA-L 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: Thu, 03 May 2018 21:49:50 -0000 > -----Original Message----- > From: Daly, Lee > Sent: Saturday, April 28, 2018 12:39 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Tucker, Greg = B > ; Jain, Deepak K ; Trah= e, > Fiona ; Daly, Lee > Subject: [PATCH v4 10/10] doc: add compression driver and ISA-L PMD docs >=20 > This adds general compression drivers feature guide as well as the ISA-L = PMD > documentation and guide. >=20 > Signed-off-by: Lee Daly > --- > .gitignore | 1 + > MAINTAINERS | 12 ++++ > devtools/test-build.sh | 4 ++ > doc/guides/compressdevs/features/default.ini | 24 +++++++ > doc/guides/compressdevs/features/isal.ini | 22 ++++++ > doc/guides/compressdevs/index.rst | 13 ++++ > doc/guides/compressdevs/isal.rst | 77 ++++++++++++++++= ++++ > doc/guides/compressdevs/overview.rst | 12 ++++ > doc/guides/compressdevs/overview_feature_table.txt | 84 Overview_feature_table.txt is generated with conf.py, so it doesn't have to be upstreamed.