aboutsummaryrefslogtreecommitdiffstats
path: root/extras/deprecated/dpdk-ipsec
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2021-09-29 15:38:50 +0200
committerDave Wallace <dwallacelf@gmail.com>2021-10-06 12:27:35 +0000
commit6f38f1ca0869196815f87daf36811534606d2a4d (patch)
treec0ea111cce613e6be6bf6495811f1b65eff4732a /extras/deprecated/dpdk-ipsec
parentabb2a42239430a1a67b259b931848a9195402d1a (diff)
docs: extras/deprec nitfixes
Type: improvement Change-Id: I39038072eff3c09536917a32984daebab69e6fe7 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'extras/deprecated/dpdk-ipsec')
-rw-r--r--extras/deprecated/dpdk-ipsec/cli.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/extras/deprecated/dpdk-ipsec/cli.c b/extras/deprecated/dpdk-ipsec/cli.c
index 8fdda020a77..2c8647576b0 100644
--- a/extras/deprecated/dpdk-ipsec/cli.c
+++ b/extras/deprecated/dpdk-ipsec/cli.c
@@ -141,11 +141,9 @@ clear_crypto_stats_fn (vlib_main_t * vm, unformat_input_t * input,
*
* @cliexpar
* Example of how to clear the DPDK Crypto device statistics:
- * @cliexsart{clear dpdk crypto devices statistics}
+ * @cliexstart{clear dpdk crypto devices statistics}
* vpp# clear dpdk crypto devices statistics
* @cliexend
- * Example of clearing the DPDK Crypto device statistic data:
- * @cliexend
?*/
/* *INDENT-OFF* */
VLIB_CLI_COMMAND (clear_dpdk_crypto_stats, static) = {
@@ -176,12 +174,13 @@ show_dpdk_crypto_fn (vlib_main_t * vm, unformat_input_t * input,
*
* @cliexpar
* Example of how to display the DPDK Crypto device information:
- * @cliexsart{show dpdk crypto devices}
+ * @cliexstart{show dpdk crypto devices}
* vpp# show dpdk crypto devices
* aesni_mb0 crypto_aesni_mb up
* numa_node 0, max_queues 4
* SYMMETRIC_CRYPTO, SYM_OPERATION_CHAINING, CPU_AVX2, CPU_AESNI
- * Cipher: aes-cbc-128, aes-cbc-192, aes-cbc-256, aes-ctr-128, aes-ctr-192, aes-ctr-256, aes-gcm-128, aes-gcm-192, aes-gcm-256
+ * Cipher: aes-cbc-128, aes-cbc-192, aes-cbc-256, aes-ctr-128, aes-ctr-192,
+ * aes-ctr-256, aes-gcm-128, aes-gcm-192, aes-gcm-256
* Auth: md5-96, sha1-96, sha-256-128, sha-384-192, sha-512-256
* enqueue 2 dequeue 2 enqueue_err 0 dequeue_err 0
* free_resources 3 :