Re: [dpdk-dev] [PATCH v1] eal/arm: fix clang build of native target

2020-11-13 Thread Thomas Monjalon
> > When doing Clang build with '-mcpu=native' on N1 platform, build failed > > with: > > ../lib/librte_eal/arm/include/rte_atomic_64.h:76:39: > > error: instruction requires: lse > > __ATOMIC128_CAS_OP(__cas_128_release, "caspl") > > > > This is because native detection for Neoverse N1 was ad

Re: [dpdk-dev] [PATCH v1] eal/arm: fix clang build of native target

2020-11-12 Thread Honnappa Nagarahalli
> > When doing Clang build with '-mcpu=native' on N1 platform, build failed > with: > ../lib/librte_eal/arm/include/rte_atomic_64.h:76:39: > error: instruction requires: lse > __ATOMIC128_CAS_OP(__cas_128_release, "caspl") > > This is because native detection for Neoverse N1 was added in

Re: [dpdk-dev] [PATCH v1] eal/arm: fix clang build of native target

2020-11-12 Thread Jerin Jacob
On Thu, Nov 12, 2020 at 4:02 PM Ruifeng Wang wrote: > > When doing Clang build with '-mcpu=native' on N1 platform, build failed > with: > ../lib/librte_eal/arm/include/rte_atomic_64.h:76:39: > error: instruction requires: lse > __ATOMIC128_CAS_OP(__cas_128_release, "caspl") > > This is bec