]> git.droids-corp.org - dpdk.git/commitdiff
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 2c594d814980b9bf0bfa27f4040c8ecc7ecfe65d..50776b351a0a93dfde5430a259067314e436b03a 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 1d18217d398856ef0481978e04bb1f6c155a8164..444cfa2390834d1197d4e08397e6ae95b58d243e 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 7c1b56b21a99ef6aa13fba9f06c47c4db64f854f..b677e543950395c1808b5b14a4f50a8861100658 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 4b9a58aa0198ad42d9ad841b39b32d2cce12d959..3f2a90d105645b586e09fde1ae8688b8f97c3eb3 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 4d1c3c9e475e4392b8bc6b9567af3be8d8314c19..7c7852fb3baff510f1b46871fb0cf614de2accf3 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 fef686ff752c0d8b58651d2a4ef91872f87c3fb3..d9b52352488bc5be6b223db567278c848c1c56b3 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 fe7bb868c24a08794cbcf3c65feab6049d7ce573..094ddc4eb1df4dd207cf0a70b5ceee7caaee6b71 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 b99f6ec6b9da6012df1d983dc0fbf9b5f84a4988..5c1f71f6fc234c4924dc584b267e4fb5b6bb755c 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 bbce492b757304ffe6aed7516d4e8962202cc686..b093a3e73f47193348f598cd99e9cc2db4dc24f5 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 921c36b701b81c72649307d45fb971af1599509c..87a35157e171c20f44f80d749be9c0a1e447675e 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 551da20485e89d9f6dc1114db7afdd3fa50626ea..09a962d65371722704923cf3066119808eb6006f 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 f7cfff7984fc3ffd267c83dad2126b6bef627667..2378f35132220fafe7fe746efd947e9219e0dc52 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 ca738133b18f87645da853b1c52bdb3cc8711d15..ae7508c97a04b7e096518a7022ed85ff02f43ede 100644 (file)
@@ -36,7 +36,6 @@
 #define _MRVL_QOS_H_
 
 #include <rte_common.h>
-#include <rte_config.h>
 
 #include "mrvl_ethdev.h"
 
index 4c4ac7e5d375e6455b20c1b77349247f993d4785..c3f72464df8184b7e57f27ad2f4cce3dd9405d16 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 3a093d17e917f4881a43a63490066f3ac5584a62..09b66819af56c0b4704302933726f36491ae3d6e 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 271d2bb65e34535f51b9c333e2342cc55b8e1a2f..5a3a956e361736414f5b9388e4fbd2c154c3a833 100644 (file)
@@ -44,8 +44,6 @@
 #include <stddef.h>
 #include <stdio.h>
 
-#include <rte_config.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 8792ed56ee30c70a1166180458508e354229b305..c9cb842011f3ee11675b1326086ee604b17b7703 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"
 
 /**