net/mlx5: fix flow engine choice
[dpdk.git] / doc / guides / rel_notes / release_19_11.rst
index 8498fa8..901e7c4 100644 (file)
@@ -210,6 +210,9 @@ New Features
   * Added support for matching on packets withe Geneve tunnel header.
   * Added hairpin support.
   * Added ConnectX6-DX support.
+  * Flow engine selected based on RDMA Core library version.
+    DV flow engine selected if version is rdma-core-24.0 or higher.
+    Verbs flow engine selected otherwise.
 
 * **Updated the AF_XDP PMD.**