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 0A264A0032; Tue, 15 Mar 2022 23:05:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5F9D41157; Tue, 15 Mar 2022 23:05:23 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4606141157 for ; Tue, 15 Mar 2022 23:05:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647381922; x=1678917922; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=J0x8IPQba3G1UboUf6yWjB6pm6jGiZLKIRq60D89pJU=; b=Fn1BAFVuW7duCSN7ej3iIU6x3p+T/m4xMyDedW3Md3FrZYiIoN539iZX ZK2hBI7IbP3KLEDnDFQ9GyVGPQHUYANHf4Hag7O1hqPcS0zQcqnHGd/fz tWFgfHcOPZ+EbanwsQ3qO3RWscy9Kcxtbu2ka7IRFZHsBaMre2yT8gm8C CWswa6TQAtzYEdoHJoG61gHrMtD7Ss3UK0EactzQPCmNKnCfasAcsfosY 97aJgy1WDdQaGfra+TXtBx/d39t4unvRWtUnc4tJ63hpiG18g76lEdJtt DAYmyMe12N7cMIRGwDXPZwLdE/J9V1YQatOXfbXDHJWyXClX6CeZaxxda w==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="256623346" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="256623346" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2022 15:05:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="512776094" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 15 Mar 2022 15:05:21 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 4/4] doc: add driver guides to document list in Linux GSG Date: Tue, 15 Mar 2022 22:05:04 +0000 Message-Id: <20220315220504.1092437-5-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220315220504.1092437-1-bruce.richardson@intel.com> References: <20220315220504.1092437-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The document roadmap section was missing any mention of the individual drivers guides which are important for users. Add them to list. Signed-off-by: Bruce Richardson --- doc/guides/linux_gsg/intro.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.rst index 20fe4de630..1b81df8a0f 100644 --- a/doc/guides/linux_gsg/intro.rst +++ b/doc/guides/linux_gsg/intro.rst @@ -34,3 +34,28 @@ The following is a list of DPDK documents in the suggested reading order: * :doc:`../sample_app_ug/index`: Describes a set of sample applications. Each chapter describes a sample application that showcases specific functionality and provides instructions on how to compile, run and use the sample application. + +* **Driver Reference Guides**: Provides details on each driver inside a particular category. + Separate guides exist for each of: + + * :doc:`../bbdevs/index` + + * :doc:`../compressdevs/index` + + * :doc:`../cryptodevs/index` + + * :doc:`../dmadevs/index` + + * :doc:`../eventdevs/index` + + * :doc:`../gpus/index` + + * :doc:`../mempool/index` + + * :doc:`../nics/index` + + * :doc:`../rawdevs/index` + + * :doc:`../regexdevs/index` + + * :doc:`../vdpadevs/index` -- 2.32.0