Re: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-03-02 Thread Thomas Monjalon
19/02/2023 13:01, Thomas Monjalon: > 19/02/2023 12:08, Thomas Monjalon: > > 19/02/2023 11:04, Thomas Monjalon: > > > 29/01/2023 13:35, Zhang, Qi Z: > > > > From: Zhang, Qi Z > > > > > > > > > > PMD not announce pmd_supports_disable_iova_as_pa will not be build > > > > > when RTE_IOVA_AS_PA is not

Re: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-02-19 Thread Thomas Monjalon
19/02/2023 12:08, Thomas Monjalon: > 19/02/2023 11:04, Thomas Monjalon: > > 29/01/2023 13:35, Zhang, Qi Z: > > > From: Zhang, Qi Z > > > > > > > > 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 >

Re: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-02-19 Thread Thomas Monjalon
19/02/2023 11:04, Thomas Monjalon: > 29/01/2023 13:35, Zhang, Qi Z: > > From: Zhang, Qi Z > > > > > > 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 ca

Re: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-02-19 Thread Thomas Monjalon
29/01/2023 13:35, Zhang, Qi Z: > From: Zhang, Qi Z > > > > 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 i4

RE: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-01-29 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, December 12, 2022 10:56 PM > To: m...@smartsharesystems.com; Richardson, Bruce > ; Lu, Wenzhuo > Cc: dev@dpdk.org; Wu, Wenjun1 ; Zhang, Qi Z > ; sta...@dpdk.org > Subject: [PATCH v2] net: not build PMD AVX library when no IOVA as