From patchwork Thu Oct 15 11:40:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wei Hu (Xavier)" X-Patchwork-Id: 80885 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 30844A04DB; Thu, 15 Oct 2020 13:40:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 262821C244; Thu, 15 Oct 2020 13:40:40 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 66CE61C20B for ; Thu, 15 Oct 2020 13:40:38 +0200 (CEST) X-ASG-Debug-ID: 1602762035-149d114cae2c0660001-78ZTq6 Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id js7Mb8Hx5gmQN4Hk (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Oct 2020 19:40:35 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.51 X-ASG-Whitelist: Client Received: from localhost.localdomain (120.133.139.157) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Thu, 15 Oct 2020 19:40:35 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: CC: Date: Thu, 15 Oct 2020 19:40:29 +0800 X-ASG-Orig-Subj: [PATCH v2] add supported NICs by hns3 PMD driver Message-ID: <20201015114029.32197-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.9.5 MIME-Version: 1.0 X-Originating-IP: [120.133.139.157] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1602762035 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://incspam.chinasofti.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 946 Subject: [dpdk-web] [PATCH v2] add supported NICs by hns3 PMD driver X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" From: "Wei Hu (Xavier)" Currently, the hns3 PMD (librte_pmd_hns3) provides poll mode driver support for the inbuilt Hisilicon Network Subsystem(HNS) network engine found in the Hisilicon Kunpeng 920 and Kunpeng 930 SoCs. This patch add Kunpeng 930 SoC to the supported NICs by hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) --- content/supported/nics/hisilicon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md index a032a11..4322fe7 100644 --- a/content/supported/nics/hisilicon.md +++ b/content/supported/nics/hisilicon.md @@ -4,4 +4,4 @@ description = "hns3" hidden = true +++ -- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s) +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s, Kunpeng 930)