> -----Original Message-----
> From: Ruifeng Wang <[email protected]>
> Sent: Friday, July 30, 2021 5:33 PM
> To: Xing, Beilei <[email protected]>; Yu, DapengX
> <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; Ruifeng Wang <[email protected]>
> 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")
> Cc: [email protected]
> 
> Signed-off-by: Ruifeng Wang <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to