]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/cryptodev_lib.rst
doc: fix missing section underline in crypto guide
[dpdk.git] / doc / guides / prog_guide / cryptodev_lib.rst
index bfef7cc6ac8f5f69acfc384a26ecf0789a6a8902..81a6b1fa016a47e2b545ecbe03dead0e263fe29e 100644 (file)
@@ -68,13 +68,13 @@ From the command line using the --vdev EAL option
 
 .. code-block:: console
 
-   --vdev  'cryptodev_aesni_mb_pmd0,max_nb_queue_pairs=2,max_nb_sessions=1024,socket_id=0'
+   --vdev  'crypto_aesni_mb0,max_nb_queue_pairs=2,max_nb_sessions=1024,socket_id=0'
 
 Our using the rte_vdev_init API within the application code.
 
 .. code-block:: c
 
-   rte_vdev_init("cryptodev_aesni_mb_pmd",
+   rte_vdev_init("crypto_aesni_mb",
                      "max_nb_queue_pairs=2,max_nb_sessions=1024,socket_id=0")
 
 All virtual Crypto devices support the following initialization parameters:
@@ -424,6 +424,7 @@ operations, as well as also supporting AEAD operations.
 
 
 Session and Session Management
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Sessions are used in symmetric cryptographic processing to store the immutable
 data defined in a cryptographic transform which is used in the operation