Re: [dpdk-dev] compilation error in l3fwd for ARMv7 NEON

2017-07-07 Thread Jan Viktorin
On Fri, 07 Jul 2017 17:24:38 +0200 Thomas Monjalon wrote: > Hi Jianbo, > > It seems your NEON acceleration of the example l3fwd > is not compiling for ARMv7: > examples/l3fwd/l3fwd_neon.h:113:6: error: > implicit declaration of function ‘vaddvq_u16’ > > I am using gcc-linaro-6.3.1-2

[dpdk-dev] compilation error in l3fwd for ARMv7 NEON

2017-07-07 Thread Thomas Monjalon
Hi Jianbo, It seems your NEON acceleration of the example l3fwd is not compiling for ARMv7: examples/l3fwd/l3fwd_neon.h:113:6: error: implicit declaration of function ‘vaddvq_u16’ I am using gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf. Is it something we can fix easily?