From patchwork Tue Nov 24 07:32:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Asaf Penso X-Patchwork-Id: 84492 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1ADCA04B1; Tue, 24 Nov 2020 08:32:43 +0100 (CET) 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 ------------