From patchwork Fri Apr 7 20:12:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matej Vido X-Patchwork-Id: 23346 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 6E8962BD1; Fri, 7 Apr 2017 22:13:07 +0200 (CEST) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by dpdk.org (Postfix) with ESMTP id D385C2BB0 for ; Fri, 7 Apr 2017 22:13:06 +0200 (CEST) Received: from nbmato.kn.vutbr.cz (unknown [IPv6:2001:67c:1220:c1a2:eca5:d927:4499:fc5f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 77FE0200E1 for ; Fri, 7 Apr 2017 22:13:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2; t=1491595986; bh=X7pgWNLQG1GzXhOG5mAx5BX3qg5vYs4AUgCbj3nOyr0=; h=From:To:Subject:Date; b=FC4quK/QtVSMAxyqi9OZHyvftcUg4ilXNHkkutFawYVQG4lQcAyWM6C3Wi7uwhgNg BM/JkPv6Wm7BtP0YM96VCCDlAXwIJbNo0Rm7a4ccDRLQUfJxNkR9dD6ReSPrIErw6z dZDqVH7cHWrCT10NtPE3axVK2lqHxLvanED0UHKY= From: Matej Vido To: dev@dpdk.org Date: Fri, 7 Apr 2017 22:12:46 +0200 Message-Id: <1491595967-18000-1-git-send-email-vido@cesnet.cz> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 1/2] doc: update szedata2 guide 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" NICs are available from Netcope under the names NFB-*. Change names and direct the links to Netcope web. Signed-off-by: Matej Vido Acked-by: John McNamara --- doc/guides/nics/szedata2.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst index cb1ec31..60080a9 100644 --- a/doc/guides/nics/szedata2.rst +++ b/doc/guides/nics/szedata2.rst @@ -31,16 +31,16 @@ SZEDATA2 poll mode driver library ================================= -The SZEDATA2 poll mode driver library implements support for cards from COMBO -family (**COMBO-80G**, **COMBO-100G**). -The SZEDATA2 PMD uses interface provided by libsze2 library to communicate -with COMBO cards over sze2 layer. +The SZEDATA2 poll mode driver library implements support for the Netcope +FPGA Boards (**NFB-***), FPGA-based programmable NICs. +The SZEDATA2 PMD uses interface provided by the libsze2 library to communicate +with the NFB cards over the sze2 layer. -More information about family of -`COMBO cards `_ +More information about the +`NFB cards `_ and used technology -(`NetCOPE platform `_) can be -found on the `Liberouter website `_. +(`Netcope Development Kit `_) +can be found on the `Netcope Technologies website `_. .. note:: @@ -77,7 +77,7 @@ separately: sharing of resources for user space applications. Information about getting the dependencies can be found `here -`_. +`_. Configuration -------------