]> git.droids-corp.org - dpdk.git/commitdiff
config: remove useless explicit includes of generated header
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 8 Feb 2016 14:18:22 +0000 (15:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 10 Feb 2016 21:43:38 +0000 (22:43 +0100)
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 <thomas.monjalon@6wind.com>
26 files changed:
app/proc_info/main.c
app/test/test_power_kvm_vm.c
drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
drivers/net/mlx4/mlx4.c
examples/l2fwd-ivshmem/host/host.c
examples/performance-thread/common/lthread.c
examples/performance-thread/common/lthread_cond.c
examples/performance-thread/common/lthread_diag.c
examples/performance-thread/common/lthread_mutex.c
examples/performance-thread/common/lthread_sched.c
examples/performance-thread/common/lthread_tls.c
examples/performance-thread/pthread_shim/Makefile
examples/performance-thread/pthread_shim/main.c
examples/performance-thread/pthread_shim/pthread_shim.c
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/guest_cli/main.c
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
examples/vm_power_manager/main.c
examples/vm_power_manager/power_manager.c
examples/vm_power_manager/vm_power_cli.c
lib/librte_eal/linuxapp/kni/kni_misc.c
lib/librte_eal/linuxapp/kni/kni_net.c
lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c
lib/librte_power/guest_channel.c
lib/librte_power/rte_power_kvm_vm.c

index 6448d7be6949d3e20d501026987b71cd0eb5c6df..341176db70246f6fb2da48c95e8026fe455191dd 100644 (file)
@@ -42,7 +42,6 @@
 #include <getopt.h>
 
 #include <rte_eal.h>
-#include <rte_config.h>
 #include <rte_common.h>
 #include <rte_debug.h>
 #include <rte_ethdev.h>
index 6fdb34474c916f2b071735f6ef2945ca418a8995..ff468c1e5b27469475074481cee073a784b20545 100644 (file)
@@ -40,7 +40,6 @@
 #include "test.h"
 
 #include <rte_power.h>
-#include <rte_config.h>
 
 #define TEST_POWER_VM_LCORE_ID            0U
 #define TEST_POWER_VM_LCORE_OUT_OF_BOUNDS (RTE_MAX_LCORE+1)
index d8ccf056b07a9f9e3c9036b6363ac848a2e91276..2ede7c17182c6610b1411385ae6c53db41d283ca 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 207bfe2aaeeead6e9e1df04e4a93dfa83f27b6bd..ee001518e6eb42c9f9c4621ee396f27eff303b5a 100644 (file)
@@ -73,7 +73,6 @@
 #ifdef PEDANTIC
 #pragma GCC diagnostic ignored "-pedantic"
 #endif
-#include <rte_config.h>
 #include <rte_ether.h>
 #include <rte_ethdev.h>
 #include <rte_dev.h>
index d923711e458b5349b059ca2a21a1cf29bb5d1327..6e6ed5e0f463ea33c008e5bb3cf368895a251172 100644 (file)
@@ -41,7 +41,6 @@
 #include <signal.h>
 
 #include <rte_eal.h>
-#include <rte_config.h>
 #include <rte_cycles.h>
 #include <rte_eal_memconfig.h>
 #include <rte_debug.h>
index e8addb79a398ba2d69a2ffc8d9ec62b9f372a19a..8fbff737d1e5c23c509f2a0188d81de21b8a0d00 100644 (file)
@@ -74,7 +74,6 @@
 #include <sys/time.h>
 #include <sys/mman.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 #include <ctx.h>
 
index 8885a096ec4b50a588b7730a7c898027867daf45..96fcce048b5d163e6f9b00d99e958f139518de95 100644 (file)
@@ -73,7 +73,6 @@
 #include <sys/mman.h>
 #include <errno.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 #include <rte_common.h>
 
index 1913c256ebdfd6bf505b390bc153f0a65af47c55..bce1a0c38dc2db9a7a8193274cf37ae27e50e010 100644 (file)
@@ -31,7 +31,6 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <rte_config.h>
 #include <rte_log.h>
 #include <rte_common.h>
 
index 074d066c7df9b9cc0648eb7e6b019bff5a3a6cb6..af8b82d23dfae31fb53d3f626d40ac5606e17677 100644 (file)
@@ -44,7 +44,6 @@
 #include <sys/time.h>
 #include <sys/mman.h>
 
-#include <rte_config.h>
 #include <rte_per_lcore.h>
 #include <rte_log.h>
 #include <rte_spinlock.h>
index 301cf94578c112a5464dcc8f9c25a28354d2fd04..7c40bc052489e0b5188972d88bc90fffb3659671 100644 (file)
@@ -76,7 +76,6 @@
 #include <sys/mman.h>
 #include <sched.h>
 
-#include <rte_config.h>
 #include <rte_prefetch.h>
 #include <rte_per_lcore.h>
 #include <rte_atomic.h>
index 1c6cf11d5881e8935d5874f591eae9371e51c715..43cda4ffe6aeddcf63d0aef95f16229a81058d9d 100644 (file)
@@ -45,7 +45,6 @@
 #include <execinfo.h>
 #include <sched.h>
 
-#include <rte_config.h>
 #include <rte_malloc.h>
 #include <rte_log.h>
 #include <rte_ring.h>
index 9cf32e3d772ecab6552fbec701e3cbbe17e38b3e..86ac657c466ba63aad1bf1117b1ba31f430f01df 100644 (file)
@@ -46,7 +46,7 @@ SRCS-y := main.c  pthread_shim.c
 INCLUDES := -I$(RTE_SDK)/$(RTE_TARGET)/include -I$(SRCDIR)
 include $(RTE_SDK)/examples/performance-thread/common/common.mk
 
-CFLAGS=    -g -O3 $(USER_FLAGS) $(INCLUDES)
+CFLAGS += -g -O3 $(USER_FLAGS) $(INCLUDES)
 CFLAGS += $(WERROR_FLAGS)
 
 LDFLAGS += -lpthread
index dab379aca38124090e163085de3d458a40761046..f03572181ca7e28d93b42b0e94af9c8a552291dd 100644 (file)
@@ -47,7 +47,6 @@
 #include <sched.h>
 #include <pthread.h>
 
-#include <rte_config.h>
 #include <rte_common.h>
 #include <rte_lcore.h>
 #include <rte_per_lcore.h>
index 0fd36bad983ee78493c1c2efeab5cc0dca3b5a75..93c3216d23a7879e1cd07ba0c1c63cc237e39caa 100644 (file)
@@ -39,7 +39,6 @@
 #include <sched.h>
 #include <dlfcn.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 
 #include "lthread_api.h"
index ceaf95d68adb9e8d1c7bcb7b923d776e9981911e..22c2ddd553a5879d2d85179933120232b6079466 100644 (file)
@@ -45,7 +45,6 @@
 #include <sys/socket.h>
 #include <sys/select.h>
 
-#include <rte_config.h>
 #include <rte_malloc.h>
 #include <rte_memory.h>
 #include <rte_mempool.h>
index 7003ddfde2abdac032748232fd740ee49650223d..e7f5cc4a0c7f60b367ad8bae357786fe9128ec25 100644 (file)
@@ -42,7 +42,6 @@
 #include <sys/epoll.h>
 #include <sys/queue.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 #include <rte_memory.h>
 #include <rte_malloc.h>
index 7ee229653259f34784d6b640c7c60e851b3d2b7d..5ac98ed3be40d45d480624f4c66dd9cbec079b03 100644 (file)
@@ -48,7 +48,6 @@
 #include <rte_lcore.h>
 #include <rte_power.h>
 #include <rte_debug.h>
-#include <rte_config.h>
 
 #include "vm_power_cli_guest.h"
 
index 75e544ae52e62c3f76344dfea45b629f283dbbb1..7931135ecdf2f157cd67787091b4d9d40439e831 100644 (file)
@@ -43,7 +43,6 @@
 #include <cmdline_parse_num.h>
 #include <cmdline_socket.h>
 #include <cmdline.h>
-#include <rte_config.h>
 #include <rte_log.h>
 #include <rte_lcore.h>
 
index dfca7b8ab9b1b35b6affcd0025cbf9fdf18e6d95..97178d1435e8f7d42e191a7bd072423c5422b34d 100644 (file)
@@ -52,7 +52,6 @@
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_debug.h>
-#include <rte_config.h>
 
 #include "channel_manager.h"
 #include "channel_monitor.h"
index 60da96c380d43a1cd6f9b5cf36df8c81963336d3..2644fce6c2b72f82d3d94e07579e11e37d0ccba4 100644 (file)
@@ -43,7 +43,6 @@
 
 #include <sys/types.h>
 
-#include <rte_config.h>
 #include <rte_log.h>
 #include <rte_power.h>
 #include <rte_spinlock.h>
index 7690d1497d265d6e948b8533649253eba3cd5e10..c5e8d9348b2c0984d518ba37f28cd460a1368ebf 100644 (file)
@@ -45,7 +45,6 @@
 #include <cmdline_parse_num.h>
 #include <cmdline_socket.h>
 #include <cmdline.h>
-#include <rte_config.h>
 
 #include "vm_power_cli.h"
 #include "channel_manager.h"
index f5f18f046817589453d8827fae874aeb777950ce..ae8133f33e6931688dddd688587b555d6c138bc5 100644 (file)
@@ -35,7 +35,6 @@
 
 #include <exec-env/rte_kni_common.h>
 #include "kni_dev.h"
-#include <rte_config.h>
 
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_AUTHOR("Intel Corporation");
index ab5add42d6323a4fa00f07765ced258f3fe5d9de..e02edcbe9c98105b6411681e4da1125642d94f46 100644 (file)
@@ -36,7 +36,6 @@
 #include <linux/kthread.h>
 #include <linux/delay.h>
 
-#include <rte_config.h>
 #include <exec-env/rte_kni_common.h>
 #include <kni_fifo.h>
 #include "kni_dev.h"
index bfe0af8eb92ea5341d4c93b07016dbbd0dd806bf..79630badcbad6c945cafab7711fda92fe6566ac2 100644 (file)
@@ -71,7 +71,6 @@
 #include <xen/xen-ops.h>
 #include <xen/interface/memory.h>
 
-#include <rte_config.h>
 #include <exec-env/rte_dom0_common.h>
 
 #include "compat.h"
index 22956657e1407d9a84f714c0cd65b3963d2234e8..d6b6d0aa96671f015a834bcf81fb76bed61260f9 100644 (file)
@@ -42,7 +42,6 @@
 
 
 #include <rte_log.h>
-#include <rte_config.h>
 
 #include "guest_channel.h"
 #include "channel_commands.h"
index 11596c39ea6d29e0045972a4e506a24b82477dc0..7bb2774c3f28574d654f000669d2cf3d95d4ee03 100644 (file)
@@ -34,7 +34,6 @@
 #include <string.h>
 
 #include <rte_log.h>
-#include <rte_config.h>
 
 #include "guest_channel.h"
 #include "channel_commands.h"