Re: [PATCH v3 05/10] net/hns3: remove weak symbols

2025-02-18 Thread fengchengwen
Acked-by: Chengwen Feng On 2025/2/18 23:37, David Marchand wrote: > Rather than use weak symbols, expose stubs symbols when needed. > > Signed-off-by: David Marchand

[PATCH v3 05/10] net/hns3: remove weak symbols

2025-02-18 Thread David Marchand
Rather than use weak symbols, expose stubs symbols when needed. Signed-off-by: David Marchand --- Changes since v1: - fix build for Arm64 without SVE, --- drivers/net/hns3/hns3_rxtx.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/drivers/net/hns3/hn