Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix generic build on FreeBSD

2021-10-18 Thread Ferruh Yigit
On 9/29/2021 1:13 PM, Leyi Rong wrote: The common header file for vectorization is included in multiple files, and so must use macros for the current compilation unit, rather than the compiler-capability flag set for the whole driver. With the current, incorrect, macro, the AVX512 or AVX2 flags m

Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix generic build on FreeBSD

2021-09-03 Thread Ferruh Yigit
On 8/18/2021 5:42 PM, Bruce Richardson wrote: > On Wed, Aug 18, 2021 at 05:38:15PM +0100, Bruce Richardson wrote: >> The common header file for vectorization is included in multiple files, >> and so must use macros for the current compilation unit, rather than the >> compiler-capability flag set fo

Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix generic build on FreeBSD

2021-08-31 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Bruce Richardson > Sent: Thursday, August 19, 2021 12:38 AM > To: dev@dpdk.org > Cc: brian90...@gmail.com; Richardson, Bruce ; > Lu, Wenzhuo ; sta...@dpdk.org; Xing, Beilei > > Subject: [dpdk-dev] [PATCH 1/2] net/i40e: fix generic build on

Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix generic build on FreeBSD

2021-08-18 Thread Bruce Richardson
On Wed, Aug 18, 2021 at 05:38:15PM +0100, Bruce Richardson wrote: > The common header file for vectorization is included in multiple files, > and so must use macros for the current compilation unit, rather than the > compiler-capability flag set for the whole driver. With the current, > incorrect,