Re: [vpp-dev] CPU instructions

2018-06-29 Thread Damjan Marion
N2600 seems to be very old ATOM CPU. and it doesn't support SSE4.2 which is our baseline. To get VPP working it will likely be few hour exercise to get things right at several places. For DPDK, you likely need to change dpdk/Makefile -- Damjan > On 27 Jun 2018, at 06:16, xulang wrote: > >

[vpp-dev] CPU instructions

2018-06-26 Thread xulang
Hi all, We edited vpp.mk like this: vpp.mk # vector packet processor vpp_arch = native ifeq ($(shell uname -m),x86_64) vpp_march = core2# Nehalem Instruction set vpp_mtune = intel# Optimize for Sandy Bridge else ifeq ($(shell uname -m),aarch64) ifeq ($(TARGET_PLATFORM),thunderx) vpp_ma