Message ID | 20201015114029.32197-1-huwei013@chinasoftinc.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2] add supported NICs by hns3 PMD driver | expand |
15/10/2020 13:40, Wei Hu (Xavier): > 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> > --- > --- a/content/supported/nics/hisilicon.md > +++ b/content/supported/nics/hisilicon.md > -- [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) Applied (without the extra http), thanks
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)