From patchwork Thu Nov 3 13:45:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?N=C3=A9lio_Laranjeiro?= X-Patchwork-Id: 16910 X-Patchwork-Delegate: thomas@monjalon.net 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 722132A58; Thu, 3 Nov 2016 14:45:55 +0100 (CET) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id E0A1C1396 for ; Thu, 3 Nov 2016 14:45:52 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id n67so102337181wme.1 for ; Thu, 03 Nov 2016 06:45:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uW0phl0FWl0WdJJP2NLUAl+GAmX7zpz16QEiCCmGUrc=; b=aSs9DvV0tWwgYZlFkduz6h5q2MMzoLPmJfGKZIEchz8C9g6nnc0XjQKFjABby4hKr3 HpKdrSiqyNELAEiVnigwcJF/2cPf7pZb2t2A9CwTKHGIeadRBRxi3ypc1iRIXfhlKawL 4+ifH49TrzkK2u5K7aRbwpS8CJWvUW64Hw3l0KasWkPes75u6ZJJRq+MyMLsIeYaqO0W C3kyn3drBqtxevRLW6NlavPeGs0vcrh1fuoyM5SPlVfWWHR4MsJhEyf3nlgSuZqeKwCz xy+CeGwrvwBwXUnvK5wEt9oqNYfWkIzbJjlBN31iJv2dB57/tGJek3OKNsHnJ/34j5W5 Zjnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uW0phl0FWl0WdJJP2NLUAl+GAmX7zpz16QEiCCmGUrc=; b=AUk7c1IkvAiKJUXRZkiSjyvIkRIylU26f/ZisIePUbO1oQ95suyP9Nddmb2lhijGWQ FTulpRbiHJ9g8X6mD2sMKU0hw5gTT0tzYbbvDSn09M+86jrFwL4dq9wwvaqLlVR91m3F Ab2tQWOPLFb6UvBJqaFRckbALDg0YORC4SgaGorPUy02sBkqzVr8RwwscgA2gYmULqqp MQHEpZLwYVK0ko4gZyk9g72pXvqUBP5+3UhzES64bT7dYHoTKhlJP7UjoMVXDTdn2JjF vUngGuHCJ4OoRioRWtdFpsCnckcK2wEcUq9UOYALva1dnqn/WuUvgPwYS8htaUUObm1y YSVg== X-Gm-Message-State: ABUngvdy5ndzxmThg2BNK9DIRmvuK8YaZ8X18Vt/4MGSzfu/kMWkI2F9XJMFkpCu812YrgFL X-Received: by 10.194.103.195 with SMTP id fy3mr9010192wjb.136.1478180752353; Thu, 03 Nov 2016 06:45:52 -0700 (PDT) Received: from ping.vm.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id p9sm8716796wjs.11.2016.11.03.06.45.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Nov 2016 06:45:51 -0700 (PDT) From: Nelio Laranjeiro To: dev@dpdk.org Date: Thu, 3 Nov 2016 14:45:31 +0100 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: <8b00bfb65b838183261f5c94202665a3bb14ff17.1478094292.git.nelio.laranjeiro@6wind.com> References: <8b00bfb65b838183261f5c94202665a3bb14ff17.1478094292.git.nelio.laranjeiro@6wind.com> Subject: [dpdk-dev] [PATCH v2] doc: add mlx5 release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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" Add list of tested and validated NICs too. Signed-off-by: Nelio Laranjeiro Acked-by: John McNamara --- doc/guides/rel_notes/release_16_11.rst | 122 +++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index aa0c09a..e33d454 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -131,6 +131,13 @@ New Features The GCC 4.9 ``-march`` option supports the Intel processor code names. The config option ``RTE_MACHINE`` can be used to pass code names to the compiler as ``-march`` flag. +* **Updated the mlx5 driver.** + + The following changes were made to mlx5: + + * Add support for RSS hash result + * Several performance improvements + * Several bug fixes Resolved Issues --------------- @@ -277,6 +284,24 @@ Tested Platforms This section is a comment. Make sure to start the actual text at the margin. +#. Intel(R) Server board S2600WTT + + - Processor: Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz + +#. Intel(R) Server + + - Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + +#. Intel(R) Server + + - Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz + +#. IBM(R) Power8(R) + + - Machine type-model: 8247-22L + - Firmware FW810.21 (SV810_108) + - Processor: POWER8E (raw), AltiVec supported + Tested NICs ----------- @@ -291,6 +316,96 @@ Tested NICs This section is a comment. Make sure to start the actual text at the margin. +#. Mellanox(R) ConnectX(R)-4 10G MCX4111A-XCAT (1x10G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 10G MCX4121A-XCAT (2x10G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 25G MCX4111A-ACAT (1x25G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 25G MCX4121A-ACAT (2x25G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 40G MCX4131A-BCAT/MCX413A-BCAT (1x40G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 40G MCX415A-BCAT (1x40G) + + * Host interface: PCI Express 3.0 x16 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 50G MCX4131A-GCAT/MCX413A-GCAT (1x50G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 50G MCX414A-BCAT (2x50G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 50G MCX415A-GCAT/MCX416A-BCAT/MCX416A-GCAT (2x50G) + + * Host interface: PCI Express 3.0 x16 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 50G MCX415A-CCAT (1x100G) + + * Host interface: PCI Express 3.0 x16 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 100G MCX416A-CCAT (2x100G) + + * Host interface: PCI Express 3.0 x16 + * Device ID: 15b3:1013 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 12.17.1010 + +#. Mellanox(R) ConnectX(R)-4 Lx 10G MCX4121A-XCAT (2x10G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1015 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 14.17.1010 + +#. Mellanox(R) ConnectX(R)-4 Lx 25G MCX4121A-ACAT (2x25G) + + * Host interface: PCI Express 3.0 x8 + * Device ID: 15b3:1015 + * MLNX_OFED: 3.4-1.0.0.0 + * Firmware version: 14.17.1010 Tested OSes ----------- @@ -309,3 +424,10 @@ Tested OSes * Wind River Linux 8 This section is a comment. Make sure to start the actual text at the margin. + +* Red Hat Enterprise Linux Server release 6.7 (Santiago) +* Red Hat Enterprise Linux Server release 7.0 (Maipo) +* Red Hat Enterprise Linux Server release 7.2 (Maipo) +* Wind River Linux 6.0.0.26 +* Ubuntu 14.04 +* Ubuntu 15.04