X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fcryptodev_lib.rst;h=81a6b1fa016a47e2b545ecbe03dead0e263fe29e;hb=e3346dfc2c982ddc38dade0087872f656dd423c9;hp=bfef7cc6ac8f5f69acfc384a26ecf0789a6a8902;hpb=bb59dac7b37dfd250a297a264a21cf4bea2516ab;p=dpdk.git diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index bfef7cc6ac..81a6b1fa01 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -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