From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 870B8A0032; Tue, 15 Mar 2022 22:41:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E86640395; Tue, 15 Mar 2022 22:41:32 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id BFBCF4014F for ; Tue, 15 Mar 2022 22:41:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647380490; x=1678916490; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=0Qg5afn4EsO6Rvs0hbypANX814s+N2xkl6PkYTtqJ+s=; b=ThVEVmPLQr9yW35Z7q+jz+wQK+Nbgz9ilAGlGXIadkNzNaEJApmQZfT+ H72jZ0jSMzs3kSjugMGwWzUFeqq0+Bv8o/fyz7jonPFJjxdWPSSyWtuU9 eJwe1d2RFMX+D9FU4KNLnR6ntYge+YYv98XjlP8I9SUKUyqjOOebu1jku HWc1joMS9WXNP/l1dDroZiDfYMByqfrpz7d3iE5z7M7eRtOTHWB9SksP4 zrEMd5JqH0p9Rpcg9lRzMG7osGypH+vgsq3ugv7hAbG3eV+HkN8y5DHR2 2oLwV8zdpcvNw/Nw86VPMkkSmm6+n4i4kZoqN45/HsH5Nm1r+IJAEZBUC g==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="238594403" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="238594403" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2022 14:41:29 -0700 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="540618302" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.20]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 15 Mar 2022 14:41:28 -0700 Date: Tue, 15 Mar 2022 21:41:25 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, john.mcnamara@intel.com Subject: Re: [PATCH v2 0/8] Linux GSG doc updates Message-ID: References: <20220308145001.529734-1-bruce.richardson@intel.com> <20220310123843.612207-1-bruce.richardson@intel.com> <2258692.n0HT0TaD9V@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2258692.n0HT0TaD9V@thomas> 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 On Tue, Mar 15, 2022 at 07:46:39PM +0100, Thomas Monjalon wrote: > 10/03/2022 13:38, Bruce Richardson: > > 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 > > This first patch would deserve some links to other guides. > Agreed. I'll try and do up a new set for both Linux and BSD docs and send it out tomorrow (Wed) > > 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 > > Applied, except first patch, thanks. > Thanks.