X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fregexdevs%2Fmlx5.rst;h=45a0b9698025c38757be2eda8ff861770aa40cea;hb=a7ce2f546f436ec2cfc55cd89004f492d7604b58;hp=0e6ee8ccfc523365a3f0418a97db22dba9283691;hpb=cf9b3c36e5a297200c169dbbf9d6e655d8096948;p=dpdk.git diff --git a/doc/guides/regexdevs/mlx5.rst b/doc/guides/regexdevs/mlx5.rst index 0e6ee8ccfc..45a0b96980 100644 --- a/doc/guides/regexdevs/mlx5.rst +++ b/doc/guides/regexdevs/mlx5.rst @@ -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 --------------