Skip to content

Commit

Permalink
doc: fix telemetry example in cryptodev guide
Browse files Browse the repository at this point in the history
[ upstream commit 4ac7359 ]

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

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

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
  • Loading branch information
Sean Morrissey authored and kevintraynor committed Mar 21, 2022
1 parent 2740b29 commit 4586b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/guides/prog_guide/cryptodev_lib.rst
Expand Up @@ -1309,6 +1309,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>}}
Expand Down

0 comments on commit 4586b6b

Please sign in to comment.