From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olga Shern Subject: [PATCH 1/2] release_2_2.rst: add mlx4 new features and bug fixes Date: Sun, 13 Dec 2015 00:13:24 +0200 Message-ID: <1449958406-24994-2-git-send-email-olgas@mellanox.com> References: <1449958406-24994-1-git-send-email-olgas@mellanox.com> To: dev@dpdk.org Return-path: Received: from mellanox.co.il (unknown [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 0764F8E81 for ; Sat, 12 Dec 2015 23:14:04 +0100 (CET) In-Reply-To: <1449958406-24994-1-git-send-email-olgas@mellanox.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Olga Shern --- doc/guides/rel_notes/release_2_2.rst | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 591f4cc..c3ff086 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -108,6 +108,10 @@ New Features Like mlx4, this PMD is only available for Linux and is disabled by default due to external dependencies (libibverbs and libmlx5). +* **Added support for link status interrupts in mlx4.** + +* **Added partial support (TX only) for secondary processes in mlx4.** + * **Added driver for Netronome nfp-6xxx card.** Support for using Netronome nfp-6xxx with PCI VFs. @@ -217,6 +221,16 @@ Drivers The mlx drivers were unable to load when built as a shared library, due to a missing symbol in mempool library. +* **mlx4: Performance improvements.** + + Fixed bugs in TX and RX flows that improves mlx4 perfromance. + +* **mlx4: Fixed Tx loss after initialization.** + +* **mlx4: Fixed scattered Tx with too many segments.** + +* **mlx4: Fixed memory registration for indirect mbuf data.** + * **vhost: Fixed Qemu shutdown.** Fixed issue with libvirt ``virsh destroy`` not killing the VM. -- 1.7.8.2