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 8ECDDA04F5 for ; Wed, 11 Dec 2019 22:28:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7D2A81BE82; Wed, 11 Dec 2019 22:28:28 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 590DA1D9E for ; Wed, 11 Dec 2019 22:28:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576099705; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GAmb38GebkqHvuOQiDFH508dL4E0+8jk4acDuT/pEZc=; b=Od3tdfcrfHqLPdGWF29ruM/DUZf+0PTPeWs3Pi7eSGivuapZDL33KwBmmfZwxu63n6uNMw z/fHrJgJJ9wuBO+nb8S/UtIhoxCcOnF4ibtnyW0HwLcqs2/qzDCrVt5wG5FuDxDt+/Jodq E/La0zts//RIjFq0Wi2yqCm0FUoq0X4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-97-7TDnnKw8NruaETn9qoHAPw-1; Wed, 11 Dec 2019 16:28:23 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1BC87801E74; Wed, 11 Dec 2019 21:28:22 +0000 (UTC) Received: from rh.redhat.com (ovpn-116-64.ams2.redhat.com [10.36.116.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1131A10013A1; Wed, 11 Dec 2019 21:28:20 +0000 (UTC) From: Kevin Traynor To: David Marchand Cc: Stephen Hemminger , dpdk stable Date: Wed, 11 Dec 2019 21:26:18 +0000 Message-Id: <20191211212702.27851-26-ktraynor@redhat.com> In-Reply-To: <20191211212702.27851-1-ktraynor@redhat.com> References: <20191211212702.27851-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: 7TDnnKw8NruaETn9qoHAPw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'doc: fix internal links for older releases' has been queued to LTS release 18.11.6 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" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/17/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/5db3670442320ec560= 752157ac37e8336a9dee44 Thanks. Kevin. --- >From 5db3670442320ec560752157ac37e8336a9dee44 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Tue, 8 Oct 2019 11:47:36 +0200 Subject: [PATCH] doc: fix internal links for older releases [ upstream commit 43628b3df237069558ee5e6be417ae410b8ef6e1 ] 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") Signed-off-by: David Marchand Acked-by: Stephen Hemminger --- 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 3ca70bc05..837ed280e 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -8,5 +8,5 @@ QAT documentation consists of three parts: =20 * Details of the symmetric crypto service 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 suppor= t the @@ -124,5 +124,5 @@ Configuring and Building the DPDK QAT PMDs =20 Further information on configuring, building and installing DPDK is descri= bed -`here `_. +:doc:`here <../linux_gsg/build_dpdk>`. =20 =20 diff --git a/doc/guides/prog_guide/event_timer_adapter.rst b/doc/guides/pro= g_guide/event_timer_adapter.rst index 3b4446ee9..07f9fde88 100644 --- a/doc/guides/prog_guide/event_timer_adapter.rst +++ b/doc/guides/prog_guide/event_timer_adapter.rst @@ -5,6 +5,5 @@ Event Timer Adapter Library =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D =20 -The DPDK -`Event Device library `_ +The DPDK :doc:`Event Device library ` introduces an event driven programming model which presents applications w= ith an alternative to the polling model traditionally used in DPDK @@ -22,5 +21,5 @@ 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 `. =20 Examples of using the API are presented in the `API Overview`_ and diff --git a/doc/guides/prog_guide/switch_representation.rst b/doc/guides/p= rog_guide/switch_representation.rst index e5c78c234..cc1d0d756 100644 --- a/doc/guides/prog_guide/switch_representation.rst +++ b/doc/guides/prog_guide/switch_representation.rst @@ -349,6 +349,5 @@ interconnection without introducing new concepts and wh= ole new API to implement them. This is described in `flow API (rte_flow)`_. =20 -.. [6] `Generic flow API (rte_flow) - `_ +.. [6] :doc:`Generic flow API (rte_flow) ` =20 Flow API (rte_flow) @@ -737,6 +736,5 @@ Examples in subsequent sections apply to hypervisor app= lications only and are based on port representors **A**, **B** and **C**. =20 -.. [2] `Flow syntax - `_ +.. [2] :ref:`Flow syntax ` =20 Associating VF 1 with Physical Port 0 diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rs= t index a8cb6fbbe..793ed5537 100644 --- a/doc/guides/tools/testbbdev.rst +++ b/doc/guides/tools/testbbdev.rst @@ -63,6 +63,5 @@ 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 detail= s, - 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`. =20 ``-t TIMEOUT, --timeout TIMEOUT`` --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-12-11 21:24:14.775399535 +0000 +++ 0026-doc-fix-internal-links-for-older-releases.patch=092019-12-11 21:24= :12.631651961 +0000 @@ -1 +1 @@ -From 43628b3df237069558ee5e6be417ae410b8ef6e1 Mon Sep 17 00:00:00 2001 +From 5db3670442320ec560752157ac37e8336a9dee44 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 43628b3df237069558ee5e6be417ae410b8ef6e1 ] + @@ -14 +15,0 @@ -Cc: stable@dpdk.org @@ -26 +27 @@ -index 8630e2713..6197875fe 100644 +index 3ca70bc05..837ed280e 100644 @@ -31 +32 @@ - * Details of the symmetric and asymmetric crypto services below. + * Details of the symmetric crypto service below. @@ -36 +37 @@ -@@ -159,5 +159,5 @@ Configuring and Building the DPDK QAT PMDs +@@ -124,5 +124,5 @@ Configuring and Building the DPDK QAT PMDs @@ -44 +45 @@ -index eb195ebd4..a95efbe0d 100644 +index 3b4446ee9..07f9fde88 100644 @@ -83 +84 @@ -index 7e6a4db2e..7e9569660 100644 +index a8cb6fbbe..793ed5537 100644