> -Original Message-
> From: Ruifeng Wang
> Sent: Friday, July 30, 2021 5:33 PM
> To: Xing, Beilei ; Yu, DapengX
> ; Zhang, Qi Z
> Cc: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com;
> n...@arm.com; Ruifeng Wang
> Subject: [PATCH] net/i40e: fix clang warning on non-x86
>
Build on aarch64 with clang-10 has warning:
i40e_rxtx.c:3228:1: warning: unused function 'get_avx_supported'
[-Wunused-function]
The function is used in x86 specific path. Moved it into ifdef
to fix build on non-x86.
Fixes: c30751afc360 ("net/i40e: fix data path selection in secondary process")
2 matches
Mail list logo