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 0D9A2378E for ; Thu, 9 Aug 2018 19:09:00 +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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2018 10:08:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,215,1531810800"; d="scan'208";a="78959156" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga004.fm.intel.com with ESMTP; 09 Aug 2018 10:08:59 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 9 Aug 2018 18:08:58 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.116]) by irsmsx112.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Thu, 9 Aug 2018 18:08:58 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" , "Jozwiak, TomaszX" Thread-Topic: [PATCH v2 0/8] doc/qat: clarify build config options Thread-Index: AQHUMAEiOmyB2Hr5tU6RQH0WdVj+q6S3ptRA Date: Thu, 9 Aug 2018 17:08:57 +0000 Message-ID: References: <1533820674-9507-1-git-send-email-fiona.trahe@intel.com> <1533833430-29134-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1533833430-29134-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTJjYTUyZTYtZWJiMC00YWY2LWE0ZmUtNGI3NzdmMTBmYTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRHBrVHp6MjJ3dyt4dHJNck44NVRUMFlzaDUzVk5oMEdZdlRWNVBCTXgrK3N1XC96MCtWeFdUYnBBSUhGdWRqM2MifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v2 0/8] doc/qat: clarify build config options 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, 09 Aug 2018 17:09:01 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, August 9, 2018 5:50 PM > To: dev@dpdk.org; De Lara Guarch, Pablo ; > Jozwiak, TomaszX > Cc: Trahe, Fiona > Subject: [PATCH v2 0/8] doc/qat: clarify build config options >=20 > Clarified documentation structure between compressedev, cryptodev and > common build parts. > Clarified build configuration options. > Added Testing section. > Fixed typos and made some cosmetic improvements. >=20 > v2 changes > - split into patchset > - changed test path from build/build/test/test to build/app > - use make defconfig instead of make config T=3Dxxx > - matched underline lengths to titles >=20 > Fiona Trahe (8): > doc/qat: add limitations to compressdev PMD > doc/qat: add information on how to test > doc/qat: fix typos and make cosmetic changes > doc/qat: add overview of doc sections > doc/qat: remove unnecessary text > doc/qat: update kernel dependency section > doc/qat: update PMD build section > doc/qat: describe build config options >=20 > doc/guides/compressdevs/qat_comp.rst | 6 +- > doc/guides/cryptodevs/qat.rst | 197 ++++++++++++++++++++++++-----= ------ > 2 files changed, 141 insertions(+), 62 deletions(-) >=20 > -- > 2.13.6 Nice splitting :) Just a note on patch 8, which shows as [Patch v2] doc/qa= t: describe build config options. Apart from that: Series-acked-by: Pablo de Lara