From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03090A034F; Wed, 10 Nov 2021 16:39:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4E154114B; Wed, 10 Nov 2021 16:39:40 +0100 (CET) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by mails.dpdk.org (Postfix) with ESMTP id 4EA5341143 for ; Wed, 10 Nov 2021 16:39:39 +0100 (CET) Received: from [IPv6:2001:67c:1220:80c:eb:e00e:9e81:ff5f] (unknown [IPv6:2001:67c:1220:80c:eb:e00e:9e81:ff5f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 24F1C400074 for ; Wed, 10 Nov 2021 16:39:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1636558779; bh=+U2+ufUu3EituO9MqMYw45ra/Y7dDTcCmy14efWECiM=; h=Subject:From:To:Date; b=O2dGnpBLyn1jRUuqY6Rt4wb5pw1A/heoyMLw1CiRc8yHgMLzUBiRc59JslKYmMJ3r BDU3iqroygsoNTGkhQrPCkFTRcDGqf/KUvgq2qB4PzfwsupL90u3x0VfHBC+XEbwH2 a/KDSwH8OrDQw/t6C1g39XGVKCa+wws+aOIJEntOxQEJV9BcNUG951InZd8f0NHktM mleHyWf2tRUDdXV9mDyWJHMqigDvytJSsKN5EavbQdwTd7cDD2zmQV+28JHpwPO+x8 b/Qz7u8fFDgtNeAoewjUjoZpMsIUmB3btaYxwvVQ7fp/yCST7lo9A14TcOeqkRc+7n 3GB/Ipk6xVVUw== Message-ID: Subject: [PATCH v2] net/nfb: update links in documentation From: Martin Spinler To: dev@dpdk.org Date: Wed, 10 Nov 2021 16:39:38 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Update the software dependency link because of website shutdown. Netcope Technologies was recently renamed to Magmio and no longer provides packages and support for the FPGA cards and NDK platform. However the project Liberouter@CESNET continues with the maintenance of Network Development Kit and cooperates on the development of high speed network FPGA cards as well. Signed-off-by: Martin Spinler --- doc/guides/nics/nfb.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/nics/nfb.rst b/doc/guides/nics/nfb.rst index 790fc48311..14560d38e4 100644 --- a/doc/guides/nics/nfb.rst +++ b/doc/guides/nics/nfb.rst @@ -11,10 +11,10 @@ FPGA-based programmable NICs. The NFB PMD uses interface provided by the libnfb library to communicate with these cards over the nfb layer. More information about the -`NFB cards `_ +`NFB cards `_ and used technology -(`Netcope Development Kit `_) -can be found on the `Netcope Technologies website `_. +(`Network Development Kit `_) +can be found on the `Liberouter website `_. .. note:: @@ -43,7 +43,7 @@ separately: sharing of resources for user space applications. Dependencies can be found here: -`Netcope common `_. +`Netcope common `_. Versions of the packages ~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.33.1