From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AD05DA2F6B for ; Tue, 8 Oct 2019 11:49:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 781C01BFF2; Tue, 8 Oct 2019 11:49:07 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6CC8E1BFF2; Tue, 8 Oct 2019 11:49:06 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 76D8610DCC9C; Tue, 8 Oct 2019 09:49:05 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-29.brq.redhat.com [10.40.204.29]) by smtp.corp.redhat.com (Postfix) with ESMTP id B544A600CE; Tue, 8 Oct 2019 09:49:01 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, John Griffin , Fiona Trahe , Deepak Kumar Jain , John McNamara , Marko Kovacevic , Erik Gabriel Carrillo , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Nicolas Chautru Date: Tue, 8 Oct 2019 11:47:36 +0200 Message-Id: <1570528057-908-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.64]); Tue, 08 Oct 2019 09:49:05 +0000 (UTC) Subject: [dpdk-stable] [PATCH] doc: fix internal links for older releases X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Using external explicit references to http://doc.dpdk.org makes older releases documentation point to the current master documentation pages. Switch to internal references. Fixes: 59ad25fe2184 ("doc: add overview of qat guide") Fixes: 30e7fbd62839 ("doc: add event timer adapter guide") Fixes: b7f859c9a9a5 ("doc: add switch representation documentation") Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: stable@dpdk.org Signed-off-by: David Marchand --- doc/guides/cryptodevs/qat.rst | 4 ++-- doc/guides/prog_guide/event_timer_adapter.rst | 5 ++--- doc/guides/prog_guide/switch_representation.rst | 6 ++---- doc/guides/tools/testbbdev.rst | 3 +-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index e905f6d..2ae7efc 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -7,7 +7,7 @@ Intel(R) QuickAssist (QAT) Crypto Poll Mode Driver QAT documentation consists of three parts: * Details of the symmetric and asymmetric crypto services below. -* Details of the `compression service `_ +* Details of the :doc:`compression service <../compressdevs/qat_comp>` in the compressdev drivers section. * Details of building the common QAT infrastructure and the PMDs to support the above services. See :ref:`building_qat` below. @@ -146,7 +146,7 @@ Configuring and Building the DPDK QAT PMDs Further information on configuring, building and installing DPDK is described -`here `_. +:doc:`here <../linux_gsg/build_dpdk>`. Quick instructions for QAT cryptodev PMD are as follows: diff --git a/doc/guides/prog_guide/event_timer_adapter.rst b/doc/guides/prog_guide/event_timer_adapter.rst index eb195eb..a95efbe 100644 --- a/doc/guides/prog_guide/event_timer_adapter.rst +++ b/doc/guides/prog_guide/event_timer_adapter.rst @@ -4,8 +4,7 @@ Event Timer Adapter Library =========================== -The DPDK -`Event Device library `_ +The DPDK :doc:`Event Device library ` introduces an event driven programming model which presents applications with an alternative to the polling model traditionally used in DPDK applications. Event devices can be coupled with arbitrary components to provide @@ -21,7 +20,7 @@ The Event Timer Adapter library is designed to interface with hardware or software implementations of the timer mechanism; it will query an eventdev PMD to determine which implementation should be used. The default software implementation manages timers using the DPDK -`Timer library `_. +:doc:`Timer library `. Examples of using the API are presented in the `API Overview`_ and `Processing Timer Expiry Events`_ sections. Code samples are abstracted and diff --git a/doc/guides/prog_guide/switch_representation.rst b/doc/guides/prog_guide/switch_representation.rst index e5c78c2..cc1d0d7 100644 --- a/doc/guides/prog_guide/switch_representation.rst +++ b/doc/guides/prog_guide/switch_representation.rst @@ -348,8 +348,7 @@ these endpoints provides a standard interface to manage their interconnection without introducing new concepts and whole new API to implement them. This is described in `flow API (rte_flow)`_. -.. [6] `Generic flow API (rte_flow) - `_ +.. [6] :doc:`Generic flow API (rte_flow) ` Flow API (rte_flow) ------------------- @@ -736,8 +735,7 @@ respective representors (**B** and **C**) if supported. Examples in subsequent sections apply to hypervisor applications only and are based on port representors **A**, **B** and **C**. -.. [2] `Flow syntax - `_ +.. [2] :ref:`Flow syntax ` Associating VF 1 with Physical Port 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst index 7e6a4db..7e95696 100644 --- a/doc/guides/tools/testbbdev.rst +++ b/doc/guides/tools/testbbdev.rst @@ -62,8 +62,7 @@ The following are the command-line options: ``-e EAL_PARAMS, --eal_params EAL_PARAMS`` Specifies EAL arguments which are passed to the test app. For more details, - refer to DPDK documentation at - http://doc.dpdk.org/guides/linux_gsg/linux_eal_parameters.html. + refer to DPDK documentation at :doc:`../linux_gsg/linux_eal_parameters`. ``-t TIMEOUT, --timeout TIMEOUT`` Specifies timeout in seconds. If not specified timeout is set to 300 seconds. -- 1.8.3.1