add supported NICs by hns3 PMD driver

Message ID 20201015113548.29957-1-huwei013@chinasoftinc.com (mailing list archive)
State Superseded
Headers
Series add supported NICs by hns3 PMD driver |

Commit Message

Wei Hu (Xavier) Oct. 15, 2020, 11:35 a.m. UTC
  From: "Wei Hu (Xavier)" <xavier.huwei@huawei.com>

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) <xavier.huwei@huawei.com>
---
 content/supported/nics/hisilicon.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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)