Re: [PATCH v2 1/2] net/hns3: fix variable type

2024-10-22 Thread lihuisong (C)
Acked-by: Huisong Li 在 2024/10/22 12:01, Jie Hai 写道: The patch fixes variable type in case of data trunction. Fixes: dd4b8bba785f ("net/hns3: support reporting names of registers") Cc: sta...@dpdk.org Signed-off-by: Jie Hai --- drivers/net/hns3/hns3_regs.c | 4 ++-- 1 file changed, 2 inse

Re: [PATCH v2 1/2] net/hns3: fix variable type

2024-10-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/10/22 12:01, Jie Hai wrote: > The patch fixes variable type in case of data trunction. > > Fixes: dd4b8bba785f ("net/hns3: support reporting names of registers") > Cc: sta...@dpdk.org > > Signed-off-by: Jie Hai > --- > drivers/net/hns3/hns3_regs.c | 4 ++-- > 1

[PATCH v2 1/2] net/hns3: fix variable type

2024-10-21 Thread Jie Hai
The patch fixes variable type in case of data trunction. Fixes: dd4b8bba785f ("net/hns3: support reporting names of registers") Cc: sta...@dpdk.org Signed-off-by: Jie Hai --- drivers/net/hns3/hns3_regs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/hns3/hn