From 4ac7359b5c05f7712f8f85c2633e11388e68edd8 Mon Sep 17 00:00:00 2001 From: Sean Morrissey Date: Wed, 9 Mar 2022 09:33:10 +0000 Subject: [PATCH] doc: fix telemetry example in cryptodev guide 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 Acked-by: Ciara Power --- 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": [], "crypto_caps_n": }} -- 2.39.5