Skip to content

Commit

Permalink
doc: fix telemetry example in cryptodev guide
Browse files Browse the repository at this point in the history
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")
Cc: stable@dpdk.org

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
Acked-by: Ciara Power <ciara.power@intel.com>
  • Loading branch information
Sean Morrissey authored and tmonjalo committed Mar 16, 2022
1 parent 4d69a76 commit 4ac7359
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 @@ -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>}}
Expand Down

0 comments on commit 4ac7359

Please sign in to comment.