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 72E86A0032; Tue, 15 Mar 2022 23:05:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EAC36410FF; Tue, 15 Mar 2022 23:05:17 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6734841151 for ; Tue, 15 Mar 2022 23:05:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647381916; x=1678917916; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mf+5Y7PIFDquHQnB/MZV6Jy/tPhXOvALV7s+1nchz+A=; b=m14x0GyRnuDtBI1kWOmodpBskkCj/NYyh5vcKJP3eGZGXytbDXKzFtA/ rshxtHaw/p9a8a8wDl5tJ2dQszc+MyetzAPIplTjkv6s3uH32Gp0WTO/o OSOONx2aTrXPvvVMc0F43isdSPFsgF6DnuGW7ANAuOf1gndiZRXdVJM4L B61ONxubzHaf19hCx7FKEUJ/aLQhc/81LFPFTy59tLQoyFrvFlV25NFsK SzE+MTlSbhSUDNu9578qjMB0l9d+xPKxeFNFIH5WjmKtcYOpYarGqeH72 SxHfo9zcEHDGPJDKM2G1Z4BBoS9GecQ/NATNz0XddLk5g970agk9ZkBMT A==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="256623320" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="256623320" 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:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="512776059" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 15 Mar 2022 15:05:15 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 2/4] doc: add driver guides to document list in FreeBSD GSG Date: Tue, 15 Mar 2022 22:05:02 +0000 Message-Id: <20220315220504.1092437-3-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/freebsd_gsg/intro.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/guides/freebsd_gsg/intro.rst b/doc/guides/freebsd_gsg/intro.rst index 5f677e1655..596d84c8f1 100644 --- a/doc/guides/freebsd_gsg/intro.rst +++ b/doc/guides/freebsd_gsg/intro.rst @@ -53,3 +53,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