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 E92A1A00C2; Tue, 8 Mar 2022 15:50:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC59F407FF; Tue, 8 Mar 2022 15:50:19 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id DB48A40141 for ; Tue, 8 Mar 2022 15:50:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646751018; x=1678287018; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aEbuN0u19DWtzFJhuqy67+DpGBFY94Bnzeza+Oa/zEs=; b=YSLfeoIUqlTMUR870JHMxGwedOYrhUS2iWqq6Lmlud08QAIKECGyIsCt qM2uFHNx+VREaj+LzTrJc/3rotsa1Df+JsaZujlXFFbQ3rS7gHg8Biu6E iFzZc8tj6GN3va3glGgFqX5q2PSzy4tSJ1a6Ia4wSKVEM3UOc9K3nOmlM +LEjuvhkPqCTmfVcJ9doX0X2w6y2IqzsBhcbrE4DjCAEgVX2+9QZY0/DN 47qYxgMIgyw/sKqeN4lD7S5grDCYQYIIok9VIepQyUAUaFQ8Idq6Tc9d6 MJ01/FQJkqG4bxpbSKWx0r/MSsn0G/Q29cTYd0J+kZPW/o+zuULb7z5bt Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10279"; a="253527935" X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="253527935" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2022 06:50:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,165,1643702400"; d="scan'208";a="510118217" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2022 06:50:16 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: john.mcnamara@intel.com, Bruce Richardson Subject: [PATCH 1/5] doc/linux_gsg: add driver guides to document list Date: Tue, 8 Mar 2022 14:49:57 +0000 Message-Id: <20220308145001.529734-2-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 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 890169e97f..ea98ac7425 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: * Sample Applications User Guide: 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: + + * Baseband devices + + * Compression devices + + * Cryptographic accelerator devices + + * DMA devices + + * Event-based scheduling devices + + * General purpose GPU devices + + * Mempool drivers + + * Network (NIC) devices + + * "Raw" devices i.e. those not fitting into any other category + + * Regular expression devices + + * vDPA (vhost data path acceleration) devices \ No newline at end of file -- 2.32.0