]> git.droids-corp.org - dpdk.git/commitdiff
build: remove redundant config include
authorThomas Monjalon <thomas@monjalon.net>
Mon, 10 Feb 2020 09:53:34 +0000 (10:53 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 11 Feb 2020 15:50:59 +0000 (16:50 +0100)
The header file rte_config.h is always included by make or meson.
If required in an exported API header file, it must be included
in the public header file for external applications.
In the internal files, explicit include of rte_config.h is useless,
and can be removed.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Matan Azrad <matan@mellanox.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
12 files changed:
app/test-pmd/config.c
buildtools/pmdinfogen/pmdinfogen.h
drivers/common/mlx5/mlx5_glue.c
drivers/crypto/ccp/rte_ccp_pmd.c
drivers/net/af_xdp/rte_eth_af_xdp.c
drivers/net/failsafe/failsafe_intr.c
drivers/net/hinic/base/hinic_compat.h
drivers/net/mlx4/mlx4.c
drivers/net/mlx5/mlx5.c
drivers/net/vdev_netvsc/vdev_netvsc.c
lib/librte_eal/common/eal_common_mcfg.c
lib/librte_eal/common/eal_memcfg.h

index 9669cbd4cb8f7634792944fb957e20f645fcc359..67840d86b7438729cdd06782f3658b282d40e0c2 100644 (file)
@@ -49,7 +49,6 @@
 #include <rte_pmd_bnxt.h>
 #endif
 #include <rte_gro.h>
-#include <rte_config.h>
 
 #include "testpmd.h"
 
index c8a9e2136addb6dc8eb714ec052483aedd84b996..160867b9f36c161d74d8eb1b145d97c62fc2a106 100644 (file)
@@ -24,7 +24,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <elf.h>
-#include <rte_config.h>
 #include <rte_pci.h>
 
 /* On BSD-alike OSes elf.h defines these according to host's word size */
index 27cf33cdb94969d3d7f6a47c5fe6c5346bb268e5..0af0b8667798d7ea02f71644eb8b1ddff398bef6 100644 (file)
@@ -14,8 +14,6 @@
  */
 #include <sys/types.h>
 
-#include <rte_config.h>
-
 #include "mlx5_glue.h"
 
 static int
index b5bb6790bca9099cd290cbd5aaab7e419b796f53..f6ea008444b14229f40c8e400e471cd284bef196 100644 (file)
@@ -6,7 +6,6 @@
 #include <rte_bus_pci.h>
 #include <rte_bus_vdev.h>
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_cryptodev.h>
 #include <rte_cryptodev_pmd.h>
 #include <rte_pci.h>
index 683e2a5594388e9188fa485b50b43cfe5a9c0452..ed784dff198274c260d68d1e8b51af217712dca0 100644 (file)
@@ -26,7 +26,6 @@
 #include <rte_string_fns.h>
 #include <rte_branch_prediction.h>
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_dev.h>
 #include <rte_eal.h>
 #include <rte_ether.h>
index 0f34c5bbacef7211d9065bdd7d1cffb66ffaab04..d8728fe7e3c5bd7edc5531735c4d0e2c50b985e2 100644 (file)
@@ -13,7 +13,6 @@
 #include <unistd.h>
 
 #include <rte_alarm.h>
-#include <rte_config.h>
 #include <rte_errno.h>
 #include <rte_ethdev.h>
 #include <rte_interrupts.h>
index e4a7f12d15fd6c9dbd0a06f88eff527b19cce061..b72e8cfe26745e553710497f34bb670f81934eeb 100644 (file)
@@ -18,7 +18,6 @@
 #include <rte_spinlock.h>
 #include <rte_cycles.h>
 #include <rte_log.h>
-#include <rte_config.h>
 
 typedef uint8_t   u8;
 typedef int8_t    s8;
index 5522eb595ca70713e1fc893ca527b07b19bea2ab..a1dd658176a9985f2ac9552073356974ea279792 100644 (file)
@@ -29,7 +29,6 @@
 #endif
 
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_dev.h>
 #include <rte_errno.h>
 #include <rte_ethdev_driver.h>
index b4ec6cba1ace07ba496bd558d4c9fce7da77b7e0..23a50f3f92b686f4cb5dd0972cff093f3760e5b3 100644 (file)
@@ -29,7 +29,6 @@
 #include <rte_pci.h>
 #include <rte_bus_pci.h>
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_kvargs.h>
 #include <rte_rwlock.h>
 #include <rte_spinlock.h>
index be8f19c0c63e91ac879f43285aaf0ccac6208065..9ed74a1d6a2e30344d7975b5199428cb4ab250ce 100644 (file)
@@ -27,7 +27,6 @@
 #include <rte_bus.h>
 #include <rte_bus_vdev.h>
 #include <rte_common.h>
-#include <rte_config.h>
 #include <rte_dev.h>
 #include <rte_errno.h>
 #include <rte_ethdev.h>
index 36a8ca8fcf8c0ae1da7b4a32240398c4d815d0ff..49d3ed0ce5ba2d1dbd1b736a5886182ad2833639 100644 (file)
@@ -2,7 +2,6 @@
  * Copyright(c) 2019 Intel Corporation
  */
 
-#include <rte_config.h>
 #include <rte_eal_memconfig.h>
 #include <rte_version.h>
 
index 4d650025c21727e2ed45e032047721daac1d61ba..583fcb595341daa63071954e80d5cb42d6879513 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef EAL_MEMCFG_H
 #define EAL_MEMCFG_H
 
-#include <rte_config.h>
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_pause.h>