]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix telemetry example in cryptodev guide
authorSean Morrissey <sean.morrissey@intel.com>
Wed, 9 Mar 2022 09:33:10 +0000 (09:33 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 16 Mar 2022 19:26:07 +0000 (20:26 +0100)
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>
Acked-by: Ciara Power <ciara.power@intel.com>
doc/guides/prog_guide/cryptodev_lib.rst

index ba4c592b84ade5762fde4647de0fb904ab3fd56b..edd11059bc70bbb5908061efb479f3456d8494ea 100644 (file)
@@ -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>}}