2015-12-07 04:46, Betts, Ian: > >>I had no time to check how it works. > >> I'm just surprised that you introduce a new config option. > >> +DIRS-$(CONFIG_RTE_PERFORMANCE_THREAD) += performance-thread > > I think this option should be removed. > > It is only to ensure that performance-thread example is built, along with all > other examples, > if you run "make" top level of examples folder. > Also to ensure it is only enabled for x86_64 linux. > > Is there is another way ?
The config options must be avoided for libraries and not used for examples. You can use CONFIG_RTE_ARCH_X86_64.