doc: fix default mempool option in guides
[dpdk.git] / doc / guides / regexdevs / mlx5.rst
index 0e6ee8c..7c3a7c8 100644 (file)
@@ -7,7 +7,7 @@ MLX5 RegEx driver
 =================
 
 The MLX5 RegEx (Regular Expression) driver library
-(**librte_pmd_mlx5_regex**) provides support for **Mellanox BlueField 2**
+(**librte_regex_mlx5**) provides support for **Mellanox BlueField 2**
 families of 25/50/100/200 Gb/s adapters.
 
 Design
@@ -26,7 +26,7 @@ to get the best performances:
 - Direct Verbs is a device-specific API
 - DevX allows to access firmware objects
 
-Enabling librte_pmd_mlx5_regex causes DPDK applications to be linked against
+Enabling librte_regex_mlx5 causes DPDK applications to be linked against
 libibverbs.
 
 Mellanox mlx5 pci device can be probed by number of different pci devices,
@@ -35,6 +35,11 @@ be specified as device parameter. The RegEx device can be probed and used with
 other Mellanox devices, by adding more options in the class.
 For example: ``class=net:regex`` will probe both the net PMD and the RegEx PMD.
 
+Features
+--------
+
+- Multi segments mbuf support.
+
 Supported NICs
 --------------
 
@@ -47,6 +52,11 @@ Prerequisites
 - Enable the RegEx capabilities using system call from the BlueField 2.
 - Official support is not yet released.
 
+Limitations
+-----------
+
+- The firmware version must be equal to or lower than XX.30.1004
+
 Run-time configuration
 ~~~~~~~~~~~~~~~~~~~~~~