Re: [PATCH v2 1/5] net/zxdh: fix meson.build issus in compilation

2025-06-17 Thread Stephen Hemminger
On Tue, 17 Jun 2025 10:04:59 +0800 Junlong Wang wrote: > fix meson.build issus in compilation, which > caused the inability to compile in the arm64 environment. > > Fixes: 29e89288ff14 ("net/zxdh: add driver skeleton") > Cc: sta...@dpdk.org > > Signed-off-by: Junlong Wang > --- This series lo

[PATCH v2 1/5] net/zxdh: fix meson.build issus in compilation

2025-06-16 Thread Junlong Wang
fix meson.build issus in compilation, which caused the inability to compile in the arm64 environment. Fixes: 29e89288ff14 ("net/zxdh: add driver skeleton") Cc: sta...@dpdk.org Signed-off-by: Junlong Wang --- drivers/net/zxdh/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif