[dpdk-dev] [PATCH v8 3/4] examples: add l3fwd-thread example in performance-thread

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Dec 7 12:20:46 CET 2015


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.


More information about the dev mailing list