[dpdk-stable] patch 'doc: fix link to AESNI mb external library' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:26:19 CET 2019


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 rebasing
(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/105f8dbca7d65dbdc45524bad5640300009f538c

Thanks.

Kevin.

---
>From 105f8dbca7d65dbdc45524bad5640300009f538c Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 12 Nov 2019 20:31:03 +0100
Subject: [PATCH] doc: fix link to AESNI mb external library

[ upstream commit a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5 ]

Add missing _.

Fixes: 2977a13657ab ("doc: fix AESNI_MB guide")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/cryptodevs/aesni_mb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index ccfc137f1..2c8ccc3d4 100644
--- a/doc/guides/cryptodevs/aesni_mb.rst
+++ b/doc/guides/cryptodevs/aesni_mb.rst
@@ -63,5 +63,5 @@ library from `here <https://github.com/01org/intel-ipsec-mb>`_
 and compile it on their user system before building DPDK.
 The latest version of the library supported by this PMD is v0.51, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.51.zip>`.
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.51.zip>`_.
 
 .. code-block:: console
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:14.861904659 +0000
+++ 0027-doc-fix-link-to-AESNI-mb-external-library.patch	2019-12-11 21:24:12.631651961 +0000
@@ -1 +1 @@
-From a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5 Mon Sep 17 00:00:00 2001
+From 105f8dbca7d65dbdc45524bad5640300009f538c Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -17 +18 @@
-index 318fcfb61..5d8fb46ef 100644
+index ccfc137f1..2c8ccc3d4 100644
@@ -20 +21 @@
-@@ -66,5 +66,5 @@ library from `here <https://github.com/01org/intel-ipsec-mb>`_
+@@ -63,5 +63,5 @@ library from `here <https://github.com/01org/intel-ipsec-mb>`_
@@ -22,3 +23,3 @@
- The latest version of the library supported by this PMD is v0.53, which
--can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`.
-+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`_.
+ The latest version of the library supported by this PMD is v0.51, which
+-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.51.zip>`.
++can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.51.zip>`_.



More information about the stable mailing list