* [PATCH v1] doc: fix telemetry example for cryptodev
@ 2022-03-08 15:56 Sean Morrissey
2022-03-08 22:36 ` Thomas Monjalon
2022-03-09 9:33 ` [PATCH v2] " Sean Morrissey
0 siblings, 2 replies; 5+ messages in thread
From: Sean Morrissey @ 2022-03-08 15:56 UTC (permalink / raw)
Cc: dev, Sean Morrissey
Blank line added to the final telemetry example for the
cryptography device library as to fix the example
rendering.
Signed-off-by: Sean Morrissey <sean.morrissey@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 ba4c592b84..edd11059bc 100644
--- a/doc/guides/prog_guide/cryptodev_lib.rst
+++ b/doc/guides/prog_guide/cryptodev_lib.rst
@@ -1211,6 +1211,7 @@ are shown below.
"enqueue_err_count": 0, "dequeue_err_count": 0}}
#. Get the capabilities of a particular Crypto device::
+
--> /cryptodev/caps,0
{"/cryptodev/caps": {"crypto_caps": [<array of serialized bytes of
capabilities>], "crypto_caps_n": <number of capabilities>}}
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v1] doc: fix telemetry example for cryptodev
2022-03-08 15:56 [PATCH v1] doc: fix telemetry example for cryptodev Sean Morrissey
@ 2022-03-08 22:36 ` Thomas Monjalon
2022-03-09 9:33 ` [PATCH v2] " Sean Morrissey
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2022-03-08 22:36 UTC (permalink / raw)
To: Sean Morrissey; +Cc: dev
08/03/2022 16:56, Sean Morrissey:
> Blank line added to the final telemetry example for the
> cryptography device library as to fix the example
> rendering.
Even for a simple fix like that, you need to add a Fixes: line
so we know where to backport (or not).
>
> Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
> ---
> #. Get the capabilities of a particular Crypto device::
> +
> --> /cryptodev/caps,0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] doc: fix telemetry example for cryptodev
2022-03-08 15:56 [PATCH v1] doc: fix telemetry example for cryptodev Sean Morrissey
2022-03-08 22:36 ` Thomas Monjalon
@ 2022-03-09 9:33 ` Sean Morrissey
2022-03-09 15:11 ` Power, Ciara
1 sibling, 1 reply; 5+ messages in thread
From: Sean Morrissey @ 2022-03-09 9:33 UTC (permalink / raw)
Cc: dev, Sean Morrissey, stable
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")
Cc: stable@dpdk.org
Signed-off-by: Sean Morrissey <sean.morrissey@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 ba4c592b84..edd11059bc 100644
--- a/doc/guides/prog_guide/cryptodev_lib.rst
+++ b/doc/guides/prog_guide/cryptodev_lib.rst
@@ -1211,6 +1211,7 @@ are shown below.
"enqueue_err_count": 0, "dequeue_err_count": 0}}
#. Get the capabilities of a particular Crypto device::
+
--> /cryptodev/caps,0
{"/cryptodev/caps": {"crypto_caps": [<array of serialized bytes of
capabilities>], "crypto_caps_n": <number of capabilities>}}
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH v2] doc: fix telemetry example for cryptodev
2022-03-09 9:33 ` [PATCH v2] " Sean Morrissey
@ 2022-03-09 15:11 ` Power, Ciara
2022-03-16 19:26 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Power, Ciara @ 2022-03-09 15:11 UTC (permalink / raw)
To: Morrissey, Sean; +Cc: dev, Morrissey, Sean, stable
Hi Sean,
>-----Original Message-----
>From: Sean Morrissey <sean.morrissey@intel.com>
>Sent: Wednesday 9 March 2022 09:33
>Cc: dev@dpdk.org; Morrissey, Sean <sean.morrissey@intel.com>;
>stable@dpdk.org
>Subject: [PATCH v2] doc: fix telemetry example for cryptodev
>
>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")
>Cc: stable@dpdk.org
>
>Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
<snip>
Thanks for this.
Acked-by: Ciara Power <ciara.power@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] doc: fix telemetry example for cryptodev
2022-03-09 15:11 ` Power, Ciara
@ 2022-03-16 19:26 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2022-03-16 19:26 UTC (permalink / raw)
To: Morrissey, Sean; +Cc: dev, stable, Power, Ciara
> >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")
> >Cc: stable@dpdk.org
> >
> >Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
> <snip>
>
> Thanks for this.
>
> Acked-by: Ciara Power <ciara.power@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-16 19:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 15:56 [PATCH v1] doc: fix telemetry example for cryptodev Sean Morrissey
2022-03-08 22:36 ` Thomas Monjalon
2022-03-09 9:33 ` [PATCH v2] " Sean Morrissey
2022-03-09 15:11 ` Power, Ciara
2022-03-16 19:26 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).