From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 84BF91B20A for ; Wed, 30 Jan 2019 08:53:32 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 30 Jan 2019 09:53:30 +0200 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x0U7rOiV031501; Wed, 30 Jan 2019 09:53:28 +0200 From: Yongseok Koh To: thomas@monjalon.net Cc: dev@dpdk.org, olgas@mellanox.com, shahafs@mellanox.com Date: Tue, 29 Jan 2019 23:53:21 -0800 Message-Id: <20190130075321.24466-3-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190130075321.24466-1-yskoh@mellanox.com> References: <20190130075321.24466-1-yskoh@mellanox.com> Subject: [dpdk-dev] [PATCH 3/3] doc: add mlx5 release note X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2019 07:53:32 -0000 Signed-off-by: Yongseok Koh --- doc/guides/rel_notes/release_19_02.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- 2.11.0