From patchwork Thu Mar 10 12:38:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 108644 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 60DD2A0093; Thu, 10 Mar 2022 13:38:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BD444113F; Thu, 10 Mar 2022 13:38:57 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 2B8CD4113E for ; Thu, 10 Mar 2022 13:38:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646915935; x=1678451935; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vz2811VgA94CtDIKM9VToN6CQowWphS6SMSQcvXEf7A=; b=NWOz1nCg0jWpTCPIu1/uq/X+iIjz/D+X2vE76mn7EZEODGVwRoyD6NxS RegUehu74w9kAnU8YW0E0kfOK77BhIEghwt7ylnw4OvC6T/DzgOXLy1WL OuUHZeq9kvE/b0/p/OoQmIsK6Bpz4KsdanenDjXsitv52uAkPW1WC7qi+ x8WwH9Z0bEWK+qsTRRo7mxGeVI5oJzaxvmskKuGJn4aNVNEqntEO85N4u ijUCXCxRMTtVEC7uGsfNK7XgPApfI4J2wxh+jUijmdQZ8tnVZU+x2JLor CKjGssIYUlNuD3gyIrokPfTp3/FEz1D8l9aaFZ3OA7NbH6TbUTo1c6jfM A==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="315957598" X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="315957598" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 04:38:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="513970181" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga006.jf.intel.com with ESMTP; 10 Mar 2022 04:38:53 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: john.mcnamara@intel.com, Bruce Richardson Subject: [PATCH v2 0/8] Linux GSG doc updates Date: Thu, 10 Mar 2022 12:38:35 +0000 Message-Id: <20220310123843.612207-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220308145001.529734-1-bruce.richardson@intel.com> References: <20220308145001.529734-1-bruce.richardson@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset contains a number of small documentation improvements for the linux GSG, spread across a few sections. V2: Include additional patches removing or shortening content from the "Enabling Additional Functionality" section Bruce Richardson (8): doc/linux_gsg: add driver guides to document list doc/linux_gsg: drop note about old chipset doc/linux_gsg: remove duplicated note doc/linux_gsg: merge requirements section for app building doc/linux_gsg: expand list of directories doc/linux_gsg: shorten details on HPET use doc/linux_gsg: drop reference to KNI doc/linux_gsg: remove section on IOMMU pass-through doc/guides/linux_gsg/build_dpdk.rst | 13 +++- doc/guides/linux_gsg/enable_func.rst | 102 ++++++------------------- doc/guides/linux_gsg/intro.rst | 25 ++++++ doc/guides/linux_gsg/linux_drivers.rst | 2 +- doc/guides/linux_gsg/sys_reqs.rst | 38 +++------ 5 files changed, 70 insertions(+), 110 deletions(-) --- 2.32.0