crypto/ipsec_mb: support snow3g digest appended ops
[dpdk.git] / doc / guides / cryptodevs / mlx5.rst
index 2476fa6..68bfdf3 100644 (file)
@@ -99,6 +99,11 @@ The mlxreg dedicated tool should be used as follows:
   The "wrapped_crypto_operational" value will be "0x00000001" if the mode was
   successfully changed to operational mode.
 
+  The mlx5 crypto PMD can be verified by running the test application::
+
+     dpdk-test -c 1 -n 1 -w <dev>,class=crypto,wcs_file=<file_path>
+     RTE>>cryptodev_mlx5_autotest
+
 
 Driver options
 --------------
@@ -125,7 +130,11 @@ Driver options
 
 - ``keytag`` parameter [int]
 
-  The plaintext of the keytag appanded to the AES-XTS keys, default value is 0.
+  The plaintext of the keytag appended to the AES-XTS keys, default value is 0.
+
+- ``max_segs_num`` parameter [int]
+
+  Maximum number of mbuf chain segments(src or dest), default value is 8.
 
 
 Supported NICs