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 9AF78A00BE; Tue, 15 Mar 2022 17:53:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E03E40395; Tue, 15 Mar 2022 17:53:17 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9196D4014F for ; Tue, 15 Mar 2022 17:53:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647363195; x=1678899195; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=TRg/EpAUF3kyYiQmpuW+0tXvq6akNp9b6kU+87Lmqwk=; b=KDzFIbY4wFSnPfzlvM9Uhb3c74UraLNM87aNbCssj+Nj6Xn26wN/AH2v gIK77xvHiIKc8ZDSPwcl+7e+idu9Pzz5wa1Kewnf0pQALv7ngJVi2anXA klj5bJLPt6BFWvmC9sZbuYA+7UAQYnUG9toBpn324VuWIwhIosAEmSxRH o2wSc8x2XNhMauTZx1p49V8FEs0/HUX9xCZUGS8pNV6JbkLgSESnXKYvz VxhJu3GTkaxCnO/H4iaiYWC8IzxHY4Wff0SzTHkdryDu8sJcOP+PD/sBY r58HBjYqRj8refNqbATq7o/dguaSa5SwLndPzkgYexjN/I9u23AZHBvdH w==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="256549108" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="256549108" 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 09:52:46 -0700 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="512677617" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.20]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 15 Mar 2022 09:52:45 -0700 Date: Tue, 15 Mar 2022 16:52:42 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org Subject: Re: [PATCH 1/2] doc/freebsd_gsg: add driver guides to document list Message-ID: References: <20220311200752.1020202-1-bruce.richardson@intel.com> <1698584.X513TT2pbd@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1698584.X513TT2pbd@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 05:46:38PM +0100, Thomas Monjalon wrote: > 11/03/2022 21:07, Bruce Richardson: > > The document roadmap section was missing any mention of the individual > > drivers guides which are important for users. Add them to list. > > It would be more useful if being links. > You can use the syntax :doc: to link to the start of a doc. > Yes. However, existing references on the page are not links, so I added these in the same style for consistency. I'll try and get to do a V2 and see about making these all links. /Bruce