From: Yi Chen <[email protected]> This patch adds document for hinic3 driver.
Signed-off-by: Feifei Wang <[email protected]> Signed-off-by: Yi Chen <[email protected]> Reviewed-by: Xin Wang <[email protected]> --- .mailmap | 4 +++- MAINTAINERS | 4 ++++ doc/guides/nics/index.rst | 1 + doc/guides/rel_notes/release_25_11.rst | 4 ++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 0b043cb0c0..12c9da40af 100644 --- a/.mailmap +++ b/.mailmap @@ -446,7 +446,7 @@ Fang TongHao <[email protected]> Fan Zhang <[email protected]> <[email protected]> Farah Smith <[email protected]> Fei Chen <[email protected]> -Feifei Wang <[email protected]> <[email protected]> +Feifei Wang <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Fei Qin <[email protected]> Fengjiang Liu <[email protected]> Fengnan Chang <[email protected]> @@ -1777,6 +1777,7 @@ Xingui Yang <[email protected]> Xingyou Chen <[email protected]> Xing Wang <[email protected]> Xinying Yu <[email protected]> +Xin Wang <[email protected]> Xin Long <[email protected]> Xi Zhang <[email protected]> Xuan Ding <[email protected]> @@ -1811,6 +1812,7 @@ Yelena Krivosheev <[email protected]> Yerden Zhumabekov <[email protected]> <[email protected]> Yevgeny Kliteynik <[email protected]> Yicai Lu <[email protected]> +Yi Chen <[email protected]> Yiding Zhou <[email protected]> Yijun Geng <[email protected]> Yi Li <[email protected]> diff --git a/MAINTAINERS b/MAINTAINERS index 1a2729be66..25530b9cf1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -782,6 +782,10 @@ F: drivers/net/hinic/ F: doc/guides/nics/hinic.rst F: doc/guides/nics/features/hinic.ini +Huawei hinic3 +M: Feifei Wang <[email protected]> +F: doc/guides/nics/hinic3.rst + Intel Network Common Code M: Bruce Richardson <[email protected]> T: git://dpdk.org/next/dpdk-next-net-intel diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 57d161c526..1a1e3a6825 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -33,6 +33,7 @@ Network Interface Controller Drivers fm10k gve hinic + hinic3 hns3 i40e ice diff --git a/doc/guides/rel_notes/release_25_11.rst b/doc/guides/rel_notes/release_25_11.rst index efb88bbbb0..19048f9cbc 100644 --- a/doc/guides/rel_notes/release_25_11.rst +++ b/doc/guides/rel_notes/release_25_11.rst @@ -76,6 +76,10 @@ New Features * Added multi-process per port. * Optimized code. +* **Added Huawei hinic3 net driver.** + + * Added network driver for the Huawei SPx series Network Adapters. + Removed Items ------------- -- 2.47.0.windows.2

