examples/l2fwd: add promiscuous mode option
[dpdk.git] / doc / guides / tools / cryptoperf.rst
index 9a7b990..ce93483 100644 (file)
@@ -146,19 +146,23 @@ The following are the application command-line options:
 
         Set device type, where ``name`` is one of the following::
 
-           crypto_null
-           crypto_aesni_mb
            crypto_aesni_gcm
+           crypto_aesni_mb
+           crypto_armv8
+           crypto_cn9k
+           crypto_cn10k
+           crypto_dpaa_sec
+           crypto_dpaa2_sec
+           crypto_kasumi
+           crypto_mvsam
+           crypto_null
+           crypto_octeontx
+           crypto_octeontx2
            crypto_openssl
            crypto_qat
+           crypto_scheduler
            crypto_snow3g
-           crypto_kasumi
            crypto_zuc
-           crypto_dpaa_sec
-           crypto_dpaa2_sec
-           crypto_armv8
-           crypto_scheduler
-           crypto_mvsam
 
 * ``--optype <name>``
 
@@ -171,6 +175,7 @@ The following are the application command-line options:
            aead
            pdcp
            docsis
+           modex
 
         For GCM/CCM algorithms you should use aead flag.