Re: [PATCH] net/hns3: support new device

2024-03-08 Thread Jie Hai
On 2024/3/6 18:00, Ferruh Yigit wrote: On 3/6/2024 9:21 AM, Jie Hai wrote: This patch adds new device to the driver. Hi, Ferruh, Thanks for your reivew. Just checking if a documentation update is rquired,hns3.rst has following description, "network engine found in the HiSilicon Kunpeng 920 S

Re: [PATCH] net/hns3: support new device

2024-03-06 Thread Ferruh Yigit
On 3/6/2024 9:21 AM, Jie Hai wrote: > This patch adds new device to the driver. > Just checking if a documentation update is rquired, hns3.rst has following description, "network engine found in the HiSilicon Kunpeng 920 SoC and Kunpeng 930 SoC", is this still holds with new device support? Also

[PATCH] net/hns3: support new device

2024-03-06 Thread Jie Hai
This patch adds new device to the driver. Signed-off-by: Jie Hai --- drivers/net/hns3/hns3_cmd.c| 4 +++- drivers/net/hns3/hns3_ethdev.c | 2 ++ drivers/net/hns3/hns3_ethdev.h | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/net/hns3/hns3_cmd.c b/drivers/net/hns3