[v2] add supported NICs by hns3 PMD driver
Commit Message
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(-)
Comments
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
@@ -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)