From: Yongseok Koh Date: Wed, 30 Jan 2019 07:53:21 +0000 (-0800) Subject: doc: add release notes for mlx5 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6f04df497962215884dfdfdd41ed2b551d1c888b;p=dpdk.git doc: add release notes for mlx5 Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler --- 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.