remove include of generated config header
authorThomas Monjalon <thomas@monjalon.net>
Thu, 2 Nov 2017 21:35:02 +0000 (22:35 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 20:56:07 +0000 (21:56 +0100)
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 <thomas@monjalon.net>
17 files changed:
drivers/bus/dpaa/dpaa_bus.c
drivers/crypto/aesni_gcm/aesni_gcm_pmd.c
drivers/crypto/kasumi/rte_kasumi_pmd.c
drivers/crypto/null/null_crypto_pmd.c
drivers/crypto/null/null_crypto_pmd_private.h
drivers/crypto/scheduler/scheduler_pmd_ops.c
drivers/crypto/snow3g/rte_snow3g_pmd.c
drivers/crypto/zuc/rte_zuc_pmd.c
drivers/event/octeontx/ssovf_evdev.h
drivers/mempool/dpaa/dpaa_mempool.c
drivers/net/dpaa/dpaa_ethdev.c
drivers/net/dpaa/dpaa_rxtx.c
drivers/net/mrvl/mrvl_qos.h
lib/librte_eal/common/include/rte_dev.h
lib/librte_eal/common/include/rte_eal.h
lib/librte_eal/common/include/rte_memory.h
lib/librte_ether/ethdev_profile.c

index 2c594d8..50776b3 100644 (file)
@@ -40,7 +40,6 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
-#include <rte_config.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_interrupts.h>
index 1d18217..444cfa2 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
 #include <rte_cryptodev_pmd.h>
index 7c1b56b..b677e54 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
 #include <rte_cryptodev_pmd.h>
index 4b9a58a..3f2a90d 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_cryptodev_pmd.h>
 #include <rte_vdev.h>
 #include <rte_malloc.h>
index 4d1c3c9..7c7852f 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef _NULL_CRYPTO_PMD_PRIVATE_H_
 #define _NULL_CRYPTO_PMD_PRIVATE_H_
 
-#include "rte_config.h"
-
 #define CRYPTODEV_NAME_NULL_PMD                crypto_null
 /**< Null crypto PMD device name */
 
index fef686f..d9b5235 100644 (file)
@@ -31,7 +31,6 @@
  */
 #include <string.h>
 
-#include <rte_config.h>
 #include <rte_common.h>
 #include <rte_malloc.h>
 #include <rte_dev.h>
index fe7bb86..094ddc4 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
 #include <rte_cryptodev_pmd.h>
index b99f6ec..5c1f71f 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_hexdump.h>
 #include <rte_cryptodev.h>
 #include <rte_cryptodev_pmd.h>
index bbce492..b093a3e 100644 (file)
@@ -33,7 +33,6 @@
 #ifndef __SSOVF_EVDEV_H__
 #define __SSOVF_EVDEV_H__
 
-#include <rte_config.h>
 #include <rte_eventdev_pmd_vdev.h>
 #include <rte_io.h>
 
index 921c36b..87a3515 100644 (file)
@@ -41,7 +41,6 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
-#include <rte_config.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_log.h>
index 551da20..09a962d 100644 (file)
@@ -41,7 +41,6 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
-#include <rte_config.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_interrupts.h>
index f7cfff7..2378f35 100644 (file)
@@ -39,7 +39,6 @@
 #include <sched.h>
 #include <pthread.h>
 
-#include <rte_config.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_interrupts.h>
index ca73813..ae7508c 100644 (file)
@@ -36,7 +36,6 @@
 #define _MRVL_QOS_H_
 
 #include <rte_common.h>
-#include <rte_config.h>
 
 #include "mrvl_ethdev.h"
 
index 4c4ac7e..c3f7246 100644 (file)
@@ -49,7 +49,6 @@ extern "C" {
 #include <stdio.h>
 #include <sys/queue.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 
 __attribute__((format(printf, 2, 0)))
index 3a093d1..09b6681 100644 (file)
@@ -44,7 +44,6 @@
 #include <sched.h>
 
 #include <rte_per_lcore.h>
-#include <rte_config.h>
 #include <rte_bus.h>
 
 #include <rte_pci_dev_feature_defs.h>
index 271d2bb..5a3a956 100644 (file)
@@ -44,8 +44,6 @@
 #include <stddef.h>
 #include <stdio.h>
 
-#include <rte_config.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 8792ed5..c9cb842 100644 (file)
@@ -31,8 +31,6 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <rte_config.h>
-
 #include "ethdev_profile.h"
 
 /**