From patchwork Tue Apr 25 11:49:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shahaf Shuler X-Patchwork-Id: 23873 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 2F8CF5A44; Tue, 25 Apr 2017 13:50:03 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id EC4735A3E for ; Tue, 25 Apr 2017 13:50:00 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from shahafs@mellanox.com) with ESMTPS (AES256-SHA encrypted); 25 Apr 2017 14:49:59 +0300 Received: from unicorn01.mtl.labs.mlnx (unicorn01.mtl.labs.mlnx [10.7.12.62]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v3PBnxKJ003816; Tue, 25 Apr 2017 14:49:59 +0300 Received: from unicorn01.mtl.labs.mlnx (localhost [127.0.0.1]) by unicorn01.mtl.labs.mlnx (8.14.7/8.14.7) with ESMTP id v3PBnxju151854; Tue, 25 Apr 2017 14:49:59 +0300 Received: (from root@localhost) by unicorn01.mtl.labs.mlnx (8.14.7/8.14.7/Submit) id v3PBnwLC151853; Tue, 25 Apr 2017 14:49:58 +0300 From: Shahaf Shuler To: john.mcnamara@intel.com Cc: dev@dpdk.org, olgas@mellanox.com Date: Tue, 25 Apr 2017 14:49:58 +0300 Message-Id: <20170425114958.151811-1-shahafs@mellanox.com> X-Mailer: git-send-email 2.12.0 Subject: [dpdk-dev] [PATCH] doc: update mlx4 and mlx5 release notes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update release notes for 17.05. Signed-off-by: Shahaf Shuler --- doc/guides/rel_notes/release_17_05.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index ad20e8608..7d1c77983 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -136,15 +136,21 @@ New Features * QinQ is not supported in Vector Mode on the i40e PMD. * Vector Mode must be disabled when using the QinQ Cloud Filter. -* **Added TSO support for tunneled and non-tunneled packets on mlx5 driver.** +* **Update mlx5 PMD.** - Added support for Hardware TSO for tunneled and non-tunneled packets. - Tunneling protocols supported are GRE and VXLAN. + * Support ether type in flow item. + * Extend IPv6 flow item with Vtc flow, Protocol and Hop limit. + * Support flag flow action. + * Support RSS action flow rule. + * Support TSO for tunneled and non-tunneled packets. + * Support Hardware checksum offloads for tunneled packets. + * Support user space Rx interrupt event. + * Enhanced multi-packet send function for ConnectX-5. -* **Added support for Rx interrupts on mlx5 driver.** +* **Update mlx4 PMD.** - Rx queues can be armed with an interrupt which will trigger on the - next packet arrival. + * Support for basic flow items and actions. + * Support device removal event. * **Updated the sfc_efx driver.**