Hi, Sorry for being late for commenting.
2016-01-08 09:30, Liming Sun: > -EZchip TILE-Gx > +EZchip TILE-Gx/Mx A comment about the TILE-Mx would be welcome. Is it supported currently? Isn't it an ARM arch? > M: Zhigang Lu <zlu at ezchip.com> > +M: Liming Sun <lsun at ezchip.com> > F: lib/librte_eal/common/include/arch/tile/ > F: drivers/net/mpipe/ [...] > +# Compile combined lib by default. > +CONFIG_RTE_BUILD_COMBINE_LIBS=y Why forcing this option in the defconfig file? [...] > ARCH ?= tile > + > +HOST_ARCH := ${shell uname -m} > +ifneq ($(filter tile%,${HOST_ARCH}),) > +CROSS = > +else > CROSS ?= tile- > +endif I don't think the CROSS variable should have a default value. It really depends on the toolchain. Talking about the toolchain, is it possible to build DPDK with the provided binary toolchain http://www.tilera.com/scm/tilegx-x86_64.tar.bz2 ? This is the Tilera Open Source page: http://www.tilera.com/scm/