Re: [dpdk-dev] [PATCH] remove include of generated config header

2017-11-06 Thread Thomas Monjalon
02/11/2017 22:38, Thomas Monjalon: > The file rte_config.h is generated and automatically included > with -include option. > The explicit includes in drivers and libraries are useless. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] remove include of generated config header

2017-11-02 Thread Thomas Monjalon
The file rte_config.h is generated and automatically included with -include option. The explicit includes in drivers and libraries are useless. Signed-off-by: Thomas Monjalon --- drivers/bus/dpaa/dpaa_bus.c | 1 - drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 1 - drivers/cry