From patchwork Thu Aug 9 16:50:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fiona Trahe X-Patchwork-Id: 43646 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB1F23421; Thu, 9 Aug 2018 18:50:37 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A1CFE2BC1 for ; Thu, 9 Aug 2018 18:50:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2018 09:50:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,215,1531810800"; d="scan'208";a="71528922" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by FMSMGA003.fm.intel.com with ESMTP; 09 Aug 2018 09:50:33 -0700 From: Fiona Trahe To: dev@dpdk.org, pablo.de.lara.guarch@intel.com, tomaszx.jozwiak@intel.com Cc: fiona.trahe@intel.com Date: Thu, 9 Aug 2018 17:50:22 +0100 Message-Id: <1533833430-29134-1-git-send-email-fiona.trahe@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1533820674-9507-1-git-send-email-fiona.trahe@intel.com> References: <1533820674-9507-1-git-send-email-fiona.trahe@intel.com> Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Clarified documentation structure between compressedev, cryptodev and common build parts. Clarified build configuration options. Added Testing section. Fixed typos and made some cosmetic improvements. v2 changes - split into patchset - changed test path from build/build/test/test to build/app - use make defconfig instead of make config T=xxx - matched underline lengths to titles 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 doc/guides/compressdevs/qat_comp.rst | 6 +- doc/guides/cryptodevs/qat.rst | 197 ++++++++++++++++++++++++----------- 2 files changed, 141 insertions(+), 62 deletions(-)