From patchwork Tue Mar 15 22:05:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 108725 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 5496EA0032; Tue, 15 Mar 2022 23:05:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FE4240395; Tue, 15 Mar 2022 23:05:12 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id DBED94014F for ; Tue, 15 Mar 2022 23:05:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647381911; x=1678917911; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=cHtpITnW8ZvXxPPoc6JBt0ZH+XbpJkh8KWEc97j6tUQ=; b=LQ9nlUw4qv1jinjLeuyL4jzZmgnhN61/Yq5BtCdhB43YbSM/tlmQx/Go bKM7ii6FHzfRYmEt2xpI8ZU0jW972ujQle04ZW8+1ye9KkduCZRAaPqod GKWGZmKcaqy5oIfDLBEbU+ESN1QVunlGXesSYjRcPhVaJmUpgaJw6m5lD AM33vxyMz2XouJFhntjW3UD+ccouOce6UTNOhDjBNvICPEZGePZJQGgam XDLx/l/OQQmjr/q0ArG2ezvrrKd+hUkdKZS3on9ieoQnwiexTZeDNR0az IHpRL3517Iy25Aytlq7jpYtImqUCjrvtMBsklU9UydBIOooQtuFDmb/c9 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="256623295" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="256623295" 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:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="512775974" Received: from silpixa00399126.ir.intel.com ([10.237.223.34]) by orsmga002.jf.intel.com with ESMTP; 15 Mar 2022 15:05:08 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/4] Update doc lists in GSG intros Date: Tue, 15 Mar 2022 22:05:00 +0000 Message-Id: <20220315220504.1092437-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 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 set updates the documentation roadmap section at the start of the Linux and FreeBSD GSG docs. Changes made: * Change doc titles to hyperlinks to each doc * Add the drivers reference guides to the lists Bruce Richardson (4): doc: add hyperlinks to other docs from FreeBSD GSG doc: add driver guides to document list in FreeBSD GSG doc: add hyperlinks to other docs from Linux GSG doc: add driver guides to document list in Linux GSG doc/guides/freebsd_gsg/intro.rst | 35 +++++++++++++++++++++++++++----- doc/guides/linux_gsg/intro.rst | 35 +++++++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 10 deletions(-) --- 2.32.0