From patchwork Thu May 24 13:47:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shahaf Shuler X-Patchwork-Id: 40403 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 [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1029A2BE1; Thu, 24 May 2018 15:47:36 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 309872BBD for ; Thu, 24 May 2018 15:47:35 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from shahafs@mellanox.com) with ESMTPS (AES256-SHA encrypted); 24 May 2018 16:49:29 +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 w4ODlUj4028051; Thu, 24 May 2018 16:47:30 +0300 From: Shahaf Shuler To: ferruh.yigit@intel.com, john.mcnamara@intel.com Cc: dev@dpdk.org Date: Thu, 24 May 2018 16:47:27 +0300 Message-Id: <20180524134727.63155-1-shahafs@mellanox.com> X-Mailer: git-send-email 2.12.0 Subject: [dpdk-dev] [PATCH] doc: drop support in Mellanox OFED 4.2 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" Signed-off-by: Shahaf Shuler --- doc/guides/nics/mlx4.rst | 2 +- doc/guides/rel_notes/release_18_05.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index a6317547a0..491106a929 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -210,7 +210,7 @@ Current RDMA core package and Linux kernel (recommended) Mellanox OFED as a fallback ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- `Mellanox OFED`_ version: **4.2, 4.3**. +- `Mellanox OFED`_ version: **4.3**. - firmware version: **2.42.5000** and above. .. _`Mellanox OFED`: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 40eec3a492..d2c4d91c0e 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -90,6 +90,7 @@ New Features * Supported CRC strip toggling. * Accommodate to the new memory hotplug model. * Supported non virtually contiguous mempools. + * Dropped support in Mellanox OFED 4.2. * **Updated Solarflare network PMD.**