> -----Original Message-----
> From: Zhang, Qi Z <[email protected]>
> Sent: Monday, December 12, 2022 10:56 PM
> To: [email protected]; Richardson, Bruce
> <[email protected]>; Lu, Wenzhuo <[email protected]>
> Cc: [email protected]; Wu, Wenjun1 <[email protected]>; Zhang, Qi Z
> <[email protected]>; [email protected]
> Subject: [PATCH v2] net: not build PMD AVX library when no IOVA as PA
>
> PMD not announce pmd_supports_disable_iova_as_pa will not be build
> when RTE_IOVA_AS_PA is not defined, but some AVX library for vector path
> is not skipped by the build system which cause compile error.
>
> The patch modify i40e, iavf, ice's meson file to skip AVX library build when
> RTE_IOVA_AS_PA is not defined.
>
> Cc: [email protected]
>
> Signed-off-by: Qi Zhang <[email protected]>
Move this for next-net review.
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi