patch 'doc: fix telemetry example in cryptodev guide' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Mon Mar 21 15:43:39 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/22/22. 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

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/4586b6b8c23cb6c54844001f5bb61204a181934f

Thanks.

Kevin

---
>From 4586b6b8c23cb6c54844001f5bb61204a181934f Mon Sep 17 00:00:00 2001
From: Sean Morrissey <sean.morrissey at intel.com>
Date: Wed, 9 Mar 2022 09:33:10 +0000
Subject: [PATCH] doc: fix telemetry example in cryptodev guide

[ upstream commit 4ac7359b5c05f7712f8f85c2633e11388e68edd8 ]

Blank line added to the final telemetry example for the
cryptography device library as to fix the example
rendering.

Fixes: 1c559ee8469 ("cryptodev: add telemetry endpoint for capabilities")

Signed-off-by: Sean Morrissey <sean.morrissey at intel.com>
Acked-by: Ciara Power <ciara.power at intel.com>
---
 doc/guides/prog_guide/cryptodev_lib.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst
index 8766bc34a9..8e403cb949 100644
--- a/doc/guides/prog_guide/cryptodev_lib.rst
+++ b/doc/guides/prog_guide/cryptodev_lib.rst
@@ -1310,4 +1310,5 @@ are shown below.
 
 #. Get the capabilities of a particular Crypto device::
+
      --> /cryptodev/caps,0
      {"/cryptodev/caps": {"crypto_caps": [<array of serialized bytes of
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-03-21 14:24:08.484174308 +0000
+++ 0003-doc-fix-telemetry-example-in-cryptodev-guide.patch	2022-03-21 14:24:08.414777664 +0000
@@ -1 +1 @@
-From 4ac7359b5c05f7712f8f85c2633e11388e68edd8 Mon Sep 17 00:00:00 2001
+From 4586b6b8c23cb6c54844001f5bb61204a181934f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 4ac7359b5c05f7712f8f85c2633e11388e68edd8 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index ba4c592b84..edd11059bc 100644
+index 8766bc34a9..8e403cb949 100644
@@ -23 +24 @@
-@@ -1212,4 +1212,5 @@ are shown below.
+@@ -1310,4 +1310,5 @@ are shown below.



More information about the stable mailing list