[dpdk-dev] [PATCH] config: remove useless explicit includes of generated header

2016-02-10 Thread Thomas Monjalon
2016-02-08 15:38, Thomas Monjalon: > The file rte_config.h is automatically generated and included. > No need to #include it. > > The example performance-thread needs a makefile fix to avoid > overwriting the default cflags. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] config: remove useless explicit includes of generated header

2016-02-08 Thread Thomas Monjalon
The file rte_config.h is automatically generated and included. No need to #include it. The example performance-thread needs a makefile fix to avoid overwriting the default cflags. Signed-off-by: Thomas Monjalon --- app/proc_info/main.c | 1 - app/test/test_po