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:
>
>
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