From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DFA9C433DF for ; Thu, 6 Aug 2020 15:49:16 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id A96C722EBD for ; Thu, 6 Aug 2020 15:49:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A96C722EBD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3EB01C033; Thu, 6 Aug 2020 17:49:15 +0200 (CEST) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id A0CB11C033 for ; Thu, 6 Aug 2020 17:49:14 +0200 (CEST) From: Viacheslav Ovsiienko To: dev@dpdk.org Cc: rasland@mellanox.com, thomas@monjalon.net Date: Thu, 6 Aug 2020 15:49:09 +0000 Message-Id: <1596728949-8869-1-git-send-email-viacheslavo@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] doc: fix the release notes for Mellanox PMD 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" The mlx5 PMD might not work on Power 9 platform with OFED version 5.1-0.6.6.0 (latest GA release at the moment). Release notes know issues chapter is updated accordingly, workaround is proposed. Fixes: 544f35c334e5 ("doc: add tested platforms with Mellanox NICs") Signed-off-by: Viacheslav Ovsiienko --- doc/guides/rel_notes/release_20_08.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index 9761f5a..147a380 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -331,6 +331,11 @@ Known Issues Also, make sure to start the actual text at the margin. ========================================================= + * **mlx5 PMD might not work on Power 9 with OFED 5.1-0.6.6.0.** + + Consider using the newer OFED releases, the previous + OFED 5.0-2.1.8.0, or upstream rdma-core library v29 and above. + Tested Platforms ---------------- @@ -489,4 +494,4 @@ Tested Platforms * OFED: - * MLNX_OFED 5.1-0.6.6.0 + * MLNX_OFED 5.0-2.1.8.0 -- 1.8.3.1