> -----Original Message----- > From: Yigit, Ferruh <ferruh.yi...@intel.com> > Sent: Tuesday, October 19, 2021 5:18 PM > To: Rong, Leyi <leyi.r...@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2 0/2] fix generic build error on FreeBSD > > On 10/19/2021 4:02 AM, Leyi Rong wrote: > > This patchset fix FreeBSD build error reported by > > https://bugs.dpdk.org/show_bug.cgi?id=788. > > Also splitting AVX-specific code into new xxx_common_avx.h header file. > > > > --- > > v2: > > - Decouple i40e_rxtx_common_avx.h/ice_rxtx_common_avx.h from > > i40e_rxtx_vec_common.h/ice_rxtx_vec_common.h > > > > > > Leyi Rong (2): > > net/i40e: fix generic build on FreeBSD > > net/ice: fix generic build on FreeBSD > > > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Applied to dpdk-next-net-intel Thanks Qi