From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5F2B6A09EE; Fri, 11 Dec 2020 19:00:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 04666BC84; Fri, 11 Dec 2020 19:00:36 +0100 (CET) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 28D01AC9C for ; Fri, 11 Dec 2020 19:00:33 +0100 (CET) Received: by mail-pg1-f195.google.com with SMTP id g18so7661205pgk.1 for ; Fri, 11 Dec 2020 10:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pensando.io; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=MVnVquWc9PloD0Js8DMSy/+POP6yyZfMOHKrZsoZf/s=; b=lAj21j9ewLzsFcf7tsKt50CpYRKaOQXI+UDqz1rS+agraoF+0fHVPNkfmz92OHt+Op BMqJ4y7zGTSoZQeBRYRcBOya4DXkPNX88tp0akx26udbq+2Il7aoyCVI6Y4Pyyp8eRl5 YvUBQOex39RDFIrXXqP4Mq8uEXMQRaKK88GqOQCj0oKLUxIjYZZTYGQ8hKkxBES6Lma/ ThNuRXex9cebfiWq6cTEDS1ZKF8U9x3HGqXM/MF/FfN/jPfAXqnfcUqqAbo9Vm/2Pk6K 4zfcHOzlAxObbirrUFdI/V7TAaIxEg/3HpYuYBmToKZBh4wqt2MzYs0CcuBVCvEoDpro klLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=MVnVquWc9PloD0Js8DMSy/+POP6yyZfMOHKrZsoZf/s=; b=lJoPGTSx04EymCLGux8T+8PqtQGFEh2GJvQmhBK6dR8gFkuXIYonVysQHJGMlh7pdA T8nvCa+016yKBMdh+V92/AVE7kcGAsEt9jjCtzPuyIuK/MCNc/b0974B8EKk7vtaco4z sbAoJ3L6LvURRVIaVhcWuLAtReaBdrbphpSmIxLlhacm0OvGMQKG3U7sA0Re/3tNYIV2 /QSQHmfAlJ2fkRlrgerrVWgIqP+HrB6l0+KuIwlFIlkaBUwjfm1ShvHplQ5H7nO3IDM5 rAmR1M25axo3NowBQd0cetxW/Gx96dk2w0wn4Sk0IY7WjqnFbvd1wwtGRmNqxBXGnni5 ft4Q== X-Gm-Message-State: AOAM530wKJq/zxUHvHv3mgw6Z2YZf7buiYuyhbqCCRwF6MW9DlZAOgtj XgBZbYUdszSy84+C8Rix0cAwNQ== X-Google-Smtp-Source: ABdhPJx+nnhFM1pm92F2BH/5jLswi0fgxkuxpR7yh5U/ScruoDTrXWonz8ZxlF4PRA+pjMjkP273og== X-Received: by 2002:a63:5856:: with SMTP id i22mr12933020pgm.349.1607709632318; Fri, 11 Dec 2020 10:00:32 -0800 (PST) Received: from ?IPv6:2600:1700:6b0:fde0:8480:9ed8:a345:ea98? ([2600:1700:6b0:fde0:8480:9ed8:a345:ea98]) by smtp.gmail.com with ESMTPSA id b10sm11672264pgh.15.2020.12.11.10.00.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Dec 2020 10:00:31 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) From: Andrew Boyer In-Reply-To: <1606162185-3179-1-git-send-email-asafp@nvidia.com> Date: Fri, 11 Dec 2020 13:00:26 -0500 Cc: dev@dpdk.org, thomas@monjalon.net, viacheslavo@nvidia.com, matan@nvidia.com, rasland@nvidia.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <1606162185-3179-1-git-send-email-asafp@nvidia.com> To: Asaf Penso X-Mailer: Apple Mail (2.3608.120.23.2.4) Subject: Re: [dpdk-dev] [PATCH] 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" > On Nov 23, 2020, at 3:09 PM, Asaf Penso wrote: >=20 > The documentation file contains some broken links to Mellanox's site. > Also now BlueField-2 platform is supported. >=20 > This patch provides new links and adds documentation for > BlueField-2 platform. >=20 > Signed-off-by: Asaf Penso > --- > doc/guides/platform/bluefield.rst | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/doc/guides/platform/bluefield.rst = b/doc/guides/platform/bluefield.rst > index 366f2b2..30ad9ff 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 > ------------------------------- >=20 > -- `BlueField = `_ > +- `BlueField `_ >=20 >=20 > Supported BlueField Platforms > ----------------------------- >=20 > -- `BlueField SmartNIC = `_ > -- `BlueField Reference Platforms = `_ > -- `BlueField Controller Card = `_ > +- `BlueField-1 = `_ > +- `BlueField-2 = `_ >=20 >=20 > Common Offload HW Drivers > @@ -43,10 +42,11 @@ Steps To Setup Platform > ----------------------- >=20 > 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: Web, but it is recommended to follow the instructions at: (with the comma, =E2=80=98but' should not be capitalized, and =E2=80=98fol= low the instructions=E2=80=99 instead of =E2=80=98follow = instructions=E2=80=99) > +`Mellanox BlueField-1 Software Website > = +`_. > +`Mellanox BlueField-2 Software Website > = +`_. >=20 > Compile DPDK > ------------ > --=20 > 1.8.3.1 >=20