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 7113CA034F; Wed, 10 Nov 2021 16:08:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6172E41140; Wed, 10 Nov 2021 16:08:12 +0100 (CET) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by mails.dpdk.org (Postfix) with ESMTP id C8E5C410EF for ; Wed, 10 Nov 2021 16:08:11 +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 9C29F400074 for ; Wed, 10 Nov 2021 16:08:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1636556891; bh=llzkq89J8K6kdh0q7sLHgl2HZuoqyAOtY1XhvDXMqig=; h=Subject:From:To:Date; b=DuiSZJtvUjZX8JIH1t4A90hoKh5m6lewVTLVpXUDLBAf7VpEw816PIUAjLLpmFbz6 t+8vT2wFPTgw1uJeV9dBO49oPW64QFTtKaLNQxzIWO0PFFfXsJkOg7CtbQ5ay+ZKLX D7IIBDImerZUbzSiLjErKw44Mp47FbvixE8TlYZHcnFqBsxQgZrOqhlwDQBy8pLPaN jmwewAlHq4eF1cn/G1D0IHfx1t3eAWY8Q9c5tcm8oxGxvtC0hXQ5Q3I9TA/13QTwFg DKnvpPZUgSqF1g89DCO9RyKLjwAVrJp9E26c8i+Z91LG8BuuZaIioK1EYQZ3AQqc78 DxA5ftQcOUY0w== Message-ID: <6756f00eb8ddc8b0a10db8a93b0ca6dc2d39fc71.camel@cesnet.cz> Subject: [PATCH] net/nfb: update links in documentation From: Martin Spinler To: dev@dpdk.org Date: Wed, 10 Nov 2021 16:08:11 +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