[3/3] doc: add mlx5 release note

Message ID 20190130075321.24466-3-yskoh@mellanox.com (mailing list archive)
State Accepted, archived
Delegated to: Shahaf Shuler
Headers
Series [1/3] doc: add mlx5 note for Bluefield build configuration |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Yongseok Koh Jan. 30, 2019, 7:53 a.m. UTC
  Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
---
 doc/guides/rel_notes/release_19_02.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst
index 3372c4de81..027d772763 100644
--- a/doc/guides/rel_notes/release_19_02.rst
+++ b/doc/guides/rel_notes/release_19_02.rst
@@ -93,6 +93,22 @@  New Features
     traffic.
   * Updated documentation and features list of the PMD.
 
+* **Updated mlx5 driver.**
+
+  Updated the mlx5 driver including the following changes:
+
+  * Fixed ``imissed`` counter to be reported through ``rte_eth_stats`` instead
+    of ``rte_eth_xstats``.
+  * Added packet header modification through Direct Verbs flow driver.
+  * Added ConnectX-6 PCI device ID to be proved by ``mlx5`` driver.
+  * Added flow counter support to Direct Verbs flow driver though DevX.
+  * Renamed build options for the glue layer to
+    ``CONFIG_RTE_IBVERBS_LINK_DLOPEN`` for make and ``ibverbs_link`` for meson.
+  * Added static linkage of ``mlx`` dependency.
+  * Improved stability of E-Switch flow driver.
+  * Added new make build configuration to set the cacheline size for Bluefield
+    correctly - ``arm64-bluefield-linuxapp-gcc``.
+
 * **Updated the enic driver.**
 
   * Added support for ``RTE_ETH_DEV_CLOSE_REMOVE`` flag.