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=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,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 E8DDBC56201 for ; Tue, 24 Nov 2020 07:32:44 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 60C1F2076B for ; Tue, 24 Nov 2020 07:32:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 60C1F2076B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.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 5DE44C910; Tue, 24 Nov 2020 08:32:41 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id DEA07C90E for ; Tue, 24 Nov 2020 08:32:39 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from asafp@nvidia.com) with SMTP; 24 Nov 2020 09:32:35 +0200 Received: from nvidia.com (pegasus07.mtr.labs.mlnx [10.210.16.112]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0AO7WYd3027928; Tue, 24 Nov 2020 09:32:34 +0200 From: Asaf Penso To: dev@dpdk.org Cc: thomas@monjalon.net, viacheslavo@nvidia.com, matan@nvidia.com, rasland@nvidia.com Date: Tue, 24 Nov 2020 07:32:32 +0000 Message-Id: <1606203152-4542-1-git-send-email-asafp@nvidia.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1606162185-3179-1-git-send-email-asafp@nvidia.com> References: <1606162185-3179-1-git-send-email-asafp@nvidia.com> Subject: [dpdk-dev] [PATCH v2] doc: update documentation for Bluefield platform 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 documentation file contains some broken links to Mellanox's site. Also now BlueField-2 platform is supported. This patch provides new links and adds documentation for BlueField-2 platform. Signed-off-by: Asaf Penso --- v2: styling updates and typo --- doc/guides/platform/bluefield.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst index 366f2b2..151e5e5 100644 --- a/doc/guides/platform/bluefield.rst +++ b/doc/guides/platform/bluefield.rst @@ -11,15 +11,14 @@ and common offload HW drivers of **Mellanox BlueField** family SoC. Supported BlueField family SoCs ------------------------------- -- `BlueField `_ +- `BlueField `_ Supported BlueField Platforms ----------------------------- -- `BlueField SmartNIC `_ -- `BlueField Reference Platforms `_ -- `BlueField Controller Card `_ +- `BlueField-1 `_ +- `BlueField-2 `_ Common Offload HW Drivers @@ -43,10 +42,11 @@ Steps To Setup Platform ----------------------- Toolchains, OS and drivers can be downloaded and installed individually from the -Web. But it is recommended to follow instructions at -`Mellanox BlueField Software Website -`_. - +Web, but it is recommended to follow instructions at: +- `Mellanox BlueField-1 Software Website +`_. +- `Mellanox BlueField-2 Software Website +`_. Compile DPDK ------------ -- 1.8.3.1