> >-----Original Message----- >From: Aaron Conole [mailto:acon...@redhat.com] >Sent: Wednesday, June 19, 2019 5:06 PM >To: Chautru, Nicolas <nicolas.chau...@intel.com> >Cc: akhil.go...@nxp.com; dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; >tho...@monjalon.net; Mokhtar, Amr <amr.mokh...@intel.com>; Chalupnik, KamilX ><kamilx.chalup...@intel.com> >Subject: Re: [dpdk-dev] [PATCH v6 3/3] baseband/turbo_sw: meson build support >for PMD driver > >Nicolas Chautru <nicolas.chau...@intel.com> writes: > >> Turbo_sw PMD driver now building with meson/ninja with or without SDK >> libraries. >> >> Acked-by: Kamil Chalupnik <kamilx.chalup...@intel.com> >> Acked-by: Nicolas Chautru <nicolas.chau...@intel.com> > >It seems strange to ack your own patch.
I will remove. > >> Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> >> --- > >Something is wrong with this series: > > https://travis-ci.com/ovsrobot/dpdk/builds/116170401 > >We cannot enable this on AARCH64 builds - it seems that it wants to take >advantage of facilities that are x86 specific (like SSE 4.2) > Thanks for the feedback. This application can link optionally with AVX/SSE libraries but by default should compile on any platform. This flag can be kept to NULL by default. I will push now as new patchset. Thanks