@@ -5,20 +5,15 @@
#include <stdio.h>
#include <string.h>
-#include <inttypes.h>
#include <sys/queue.h>
-#include <rte_compat.h>
#include <rte_bus.h>
#include <rte_class.h>
#include <rte_dev.h>
#include <rte_devargs.h>
-#include <rte_debug.h>
#include <rte_errno.h>
-#include <rte_kvargs.h>
#include <rte_log.h>
#include <rte_spinlock.h>
-#include <rte_malloc.h>
#include <rte_string_fns.h>
#include "eal_private.h"
@@ -12,7 +12,6 @@
#include <rte_bus.h>
#include <rte_class.h>
-#include <rte_compat.h>
#include <rte_dev.h>
#include <rte_devargs.h>
#include <rte_errno.h>
@@ -5,15 +5,11 @@
/* Use XSI-compliant portable version of strerror_r() */
#undef _GNU_SOURCE
-#include <stdint.h>
#include <stdio.h>
#include <string.h>
-#include <stdarg.h>
-#include <errno.h>
#include <rte_per_lcore.h>
#include <rte_errno.h>
-#include <rte_string_fns.h>
#ifdef RTE_EXEC_ENV_WINDOWS
#define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)
@@ -2,7 +2,6 @@
* Copyright(c) 2017-2018 Intel Corporation
*/
-#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
#include <stdint.h>
@@ -14,9 +13,7 @@
#include <rte_eal_paging.h>
#include <rte_errno.h>
#include <rte_log.h>
-#include <rte_memory.h>
#include <rte_spinlock.h>
-#include <rte_tailq.h>
#include "eal_filesystem.h"
#include "eal_private.h"
@@ -1,10 +1,7 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <stdlib.h>
#include <stdio.h>
-#include <errno.h>
-#include <stdint.h>
#include <rte_hexdump.h>
#include <rte_string_fns.h>
@@ -3,16 +3,10 @@
*/
#include <errno.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <sys/queue.h>
#include <rte_launch.h>
-#include <rte_memory.h>
-#include <rte_eal.h>
#include <rte_atomic.h>
#include <rte_pause.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include "eal_private.h"
@@ -2,19 +2,14 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <unistd.h>
-#include <limits.h>
#include <string.h>
#include <rte_common.h>
-#include <rte_debug.h>
-#include <rte_eal.h>
+#include <rte_branch_prediction.h>
#include <rte_errno.h>
#include <rte_lcore.h>
#include <rte_log.h>
-#include <rte_rwlock.h>
-#include "eal_memcfg.h"
#include "eal_private.h"
#include "eal_thread.h"
@@ -12,9 +12,7 @@
#include <fnmatch.h>
#include <sys/queue.h>
-#include <rte_eal.h>
#include <rte_log.h>
-#include <rte_os_shim.h>
#include <rte_per_lcore.h>
#include "eal_log.h"
@@ -5,12 +5,9 @@
#include <string.h>
#include <rte_errno.h>
-#include <rte_lcore.h>
#include <rte_fbarray.h>
-#include <rte_memzone.h>
#include <rte_memory.h>
#include <rte_string_fns.h>
-#include <rte_rwlock.h>
#include "eal_private.h"
#include "eal_internal_cfg.h"
@@ -2,16 +2,11 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdint.h>
-#include <stdlib.h>
-#include <stdarg.h>
#include <string.h>
-#include <unistd.h>
#include <inttypes.h>
-#include <sys/queue.h>
#include <rte_fbarray.h>
#include <rte_memory.h>
@@ -2,20 +2,16 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include <stdarg.h>
#include <inttypes.h>
#include <string.h>
#include <errno.h>
-#include <sys/queue.h>
#include <rte_log.h>
#include <rte_memory.h>
#include <rte_memzone.h>
#include <rte_eal.h>
-#include <rte_per_lcore.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
#include <rte_common.h>
@@ -4,7 +4,6 @@
*/
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#ifndef RTE_EXEC_ENV_WINDOWS
#include <syslog.h>
@@ -17,7 +16,6 @@
#include <dlfcn.h>
#include <libgen.h>
#endif
-#include <sys/types.h>
#include <sys/stat.h>
#ifndef RTE_EXEC_ENV_WINDOWS
#include <dirent.h>
@@ -15,7 +15,6 @@
#include <string.h>
#include <sys/file.h>
#include <sys/time.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
@@ -27,7 +26,6 @@
#include <rte_errno.h>
#include <rte_lcore.h>
#include <rte_log.h>
-#include <rte_tailq.h>
#include "eal_memcfg.h"
#include "eal_private.h"
@@ -2,9 +2,7 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <string.h>
#include <stdio.h>
-#include <stdarg.h>
#include <errno.h>
#include <rte_string_fns.h>
@@ -3,24 +3,13 @@
*/
#include <sys/queue.h>
-#include <stdint.h>
-#include <errno.h>
#include <stdio.h>
-#include <stdarg.h>
#include <string.h>
-#include <inttypes.h>
-#include <rte_memory.h>
-#include <rte_launch.h>
#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
-#include <rte_atomic.h>
-#include <rte_branch_prediction.h>
#include <rte_log.h>
#include <rte_string_fns.h>
-#include <rte_debug.h>
#include "eal_private.h"
#include "eal_memcfg.h"
@@ -4,10 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
-#include <unistd.h>
#include <pthread.h>
-#include <signal.h>
#include <sched.h>
#include <assert.h>
#include <string.h>
@@ -2,16 +2,10 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <string.h>
#include <stdio.h>
-#include <unistd.h>
#include <inttypes.h>
-#include <sys/types.h>
-#include <time.h>
-#include <errno.h>
#include <rte_common.h>
-#include <rte_compat.h>
#include <rte_log.h>
#include <rte_cycles.h>
#include <rte_pause.h>
@@ -3,7 +3,6 @@
*/
#include <fnmatch.h>
-#include <inttypes.h>
#include <sys/queue.h>
#include <regex.h>
@@ -6,7 +6,6 @@
#define _HOTPLUG_MP_H_
#include "rte_dev.h"
-#include "rte_bus.h"
#define EAL_DEV_MP_ACTION_REQUEST "eal_dev_mp_request"
#define EAL_DEV_MP_ACTION_RESPONSE "eal_dev_mp_response"
@@ -6,17 +6,11 @@
#include <stddef.h>
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
#include <sys/queue.h>
#include <rte_memory.h>
#include <rte_eal.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
-#include <rte_debug.h>
#include <rte_common.h>
-#include <rte_spinlock.h>
#include "eal_private.h"
#include "eal_internal_cfg.h"
@@ -5,7 +5,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
-#include <stdarg.h>
#include <errno.h>
#include <sys/queue.h>
@@ -13,15 +12,11 @@
#include <rte_errno.h>
#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_common.h>
#include <rte_string_fns.h>
#include <rte_spinlock.h>
-#include <rte_memcpy.h>
#include <rte_memzone.h>
-#include <rte_atomic.h>
#include <rte_fbarray.h>
#include "eal_internal_cfg.h"
@@ -5,7 +5,6 @@
#include <string.h>
#include <sys/time.h>
-#include <rte_alarm.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
@@ -10,8 +10,6 @@
#include <rte_common.h>
#include <rte_random.h>
-#include <rte_spinlock.h>
-#include <rte_tailq.h>
/* forward declarations */
struct malloc_heap;
@@ -13,11 +13,6 @@
#include <rte_memory.h>
#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_branch_prediction.h>
-#include <rte_debug.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
#include <rte_common.h>
#include <rte_spinlock.h>
@@ -5,14 +5,11 @@
#ifdef __RDSEED__
#include <x86intrin.h>
#endif
-#include <stdlib.h>
#include <unistd.h>
#include <rte_branch_prediction.h>
#include <rte_cycles.h>
-#include <rte_eal.h>
#include <rte_lcore.h>
-#include <rte_memory.h>
#include <rte_random.h>
struct rte_rand_state {
@@ -3,22 +3,16 @@
*/
#include <stdio.h>
-#include <unistd.h>
#include <inttypes.h>
-#include <limits.h>
#include <string.h>
-#include <rte_compat.h>
#include <rte_service.h>
#include <rte_service_component.h>
-#include <rte_eal.h>
#include <rte_lcore.h>
#include <rte_common.h>
-#include <rte_debug.h>
#include <rte_cycles.h>
#include <rte_atomic.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_spinlock.h>
@@ -14,10 +14,8 @@
extern "C" {
#endif
-#include <stdint.h>
#include <string.h>
#include <stdio.h>
-#include <rte_common.h>
#include <rte_compat.h>
/**
@@ -7,10 +7,8 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
-#include <stdarg.h>
#include <unistd.h>
#include <pthread.h>
-#include <syslog.h>
#include <getopt.h>
#include <sys/file.h>
#include <dirent.h>
@@ -20,32 +18,24 @@
#include <errno.h>
#include <limits.h>
#include <sys/mman.h>
-#include <sys/queue.h>
#include <sys/stat.h>
#if defined(RTE_ARCH_X86)
#include <sys/io.h>
#endif
#include <linux/version.h>
-#include <rte_compat.h>
#include <rte_common.h>
#include <rte_debug.h>
#include <rte_memory.h>
#include <rte_launch.h>
#include <rte_eal.h>
#include <rte_errno.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_service_component.h>
#include <rte_log.h>
-#include <rte_random.h>
-#include <rte_cycles.h>
#include <rte_string_fns.h>
#include <rte_cpuflags.h>
-#include <rte_interrupts.h>
#include <rte_bus.h>
-#include <rte_dev.h>
-#include <rte_devargs.h>
#include <rte_version.h>
#include <malloc_heap.h>
#include <rte_vfio.h>
@@ -3,21 +3,14 @@
*/
#include <stdio.h>
#include <stdint.h>
-#include <signal.h>
#include <errno.h>
-#include <string.h>
#include <sys/queue.h>
#include <sys/time.h>
#include <sys/timerfd.h>
-#include <rte_memory.h>
#include <rte_interrupts.h>
#include <rte_alarm.h>
#include <rte_common.h>
-#include <rte_per_lcore.h>
-#include <rte_eal.h>
-#include <rte_launch.h>
-#include <rte_lcore.h>
#include <rte_errno.h>
#include <rte_spinlock.h>
#include <rte_eal_trace.h>
@@ -5,8 +5,6 @@
#include <elf.h>
#include <fcntl.h>
#include <string.h>
-#include <sys/stat.h>
-#include <sys/types.h>
#include <unistd.h>
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
@@ -5,16 +5,11 @@
#ifdef RTE_BACKTRACE
#include <execinfo.h>
#endif
-#include <stdarg.h>
-#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
-#include <stdint.h>
#include <rte_log.h>
#include <rte_debug.h>
-#include <rte_common.h>
-#include <rte_eal.h>
#define BACKTRACE_SIZE 256
@@ -4,20 +4,16 @@
#include <string.h>
#include <unistd.h>
-#include <fcntl.h>
#include <signal.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <rte_string_fns.h>
#include <rte_log.h>
-#include <rte_compat.h>
#include <rte_dev.h>
-#include <rte_malloc.h>
#include <rte_interrupts.h>
#include <rte_alarm.h>
#include <rte_bus.h>
-#include <rte_eal.h>
#include <rte_spinlock.h>
#include <rte_errno.h>
@@ -3,7 +3,6 @@
*/
#include <string.h>
-#include <sys/types.h>
#include <sys/file.h>
#include <dirent.h>
#include <fcntl.h>
@@ -12,19 +11,13 @@
#include <stdio.h>
#include <fnmatch.h>
#include <inttypes.h>
-#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
#include <sys/mman.h>
-#include <sys/queue.h>
#include <sys/stat.h>
#include <linux/mman.h> /* for hugetlb-related flags */
-#include <rte_memory.h>
-#include <rte_eal.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_debug.h>
#include <rte_log.h>
@@ -7,13 +7,10 @@
#include <stdlib.h>
#include <pthread.h>
#include <sys/queue.h>
-#include <stdarg.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
-#include <inttypes.h>
#include <sys/epoll.h>
-#include <sys/signalfd.h>
#include <sys/ioctl.h>
#include <sys/eventfd.h>
#include <assert.h>
@@ -21,9 +18,6 @@
#include <rte_common.h>
#include <rte_interrupts.h>
-#include <rte_memory.h>
-#include <rte_launch.h>
-#include <rte_eal.h>
#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_branch_prediction.h>
@@ -36,8 +30,6 @@
#include <rte_eal_trace.h>
#include "eal_private.h"
-#include "eal_vfio.h"
-#include "eal_thread.h"
#define EAL_INTR_EPOLL_WAIT_FOREVER (-1)
#define NB_OTHER_INTR 1
@@ -4,15 +4,8 @@
#include <unistd.h>
#include <limits.h>
-#include <string.h>
-#include <dirent.h>
#include <rte_log.h>
-#include <rte_eal.h>
-#include <rte_lcore.h>
-#include <rte_common.h>
-#include <rte_string_fns.h>
-#include <rte_debug.h>
#include "eal_private.h"
#include "eal_filesystem.h"
@@ -2,19 +2,10 @@
* Copyright(c) 2010-2014 Intel Corporation
*/
-#include <string.h>
#include <stdio.h>
-#include <stdint.h>
#include <sys/types.h>
#include <syslog.h>
-#include <sys/queue.h>
-
-#include <rte_memory.h>
-#include <rte_eal.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
-#include <rte_spinlock.h>
+
#include <rte_log.h>
#include "eal_log.h"
@@ -3,23 +3,17 @@
*/
#include <errno.h>
-#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include <inttypes.h>
#include <string.h>
#include <sys/mman.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/queue.h>
#include <sys/file.h>
#include <unistd.h>
#include <limits.h>
#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
#include <signal.h>
#include <setjmp.h>
#ifdef F_ADD_SEALS /* if file sealing is supported, so is memfd */
@@ -36,9 +30,7 @@
#include <rte_common.h>
#include <rte_log.h>
#include <rte_eal.h>
-#include <rte_errno.h>
#include <rte_memory.h>
-#include <rte_spinlock.h>
#include "eal_filesystem.h"
#include "eal_internal_cfg.h"
@@ -5,7 +5,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
@@ -13,19 +12,14 @@
#include <inttypes.h>
#include <string.h>
#include <sys/mman.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/queue.h>
#include <sys/file.h>
#include <sys/resource.h>
#include <unistd.h>
#include <limits.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
#include <signal.h>
#include <setjmp.h>
#ifdef F_ADD_SEALS /* if file sealing is supported, so is memfd */
-#include <linux/memfd.h>
#define MEMFD_SUPPORTED
#endif
#ifdef RTE_EAL_NUMA_AWARE_HUGEPAGES
@@ -36,12 +30,9 @@
#include <rte_errno.h>
#include <rte_log.h>
#include <rte_memory.h>
-#include <rte_launch.h>
#include <rte_eal.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_common.h>
-#include <rte_string_fns.h>
#include "eal_private.h"
#include "eal_memalloc.h"
@@ -4,20 +4,15 @@
#include <errno.h>
#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <pthread.h>
-#include <sched.h>
-#include <sys/queue.h>
#include <sys/syscall.h>
#include <rte_debug.h>
#include <rte_atomic.h>
#include <rte_launch.h>
#include <rte_log.h>
-#include <rte_memory.h>
-#include <rte_per_lcore.h>
#include <rte_eal.h>
#include <rte_lcore.h>
#include <rte_eal_trace.h>
@@ -3,28 +3,13 @@
* Copyright(c) 2012-2013 6WIND S.A.
*/
-#include <string.h>
-#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <inttypes.h>
-#include <sys/mman.h>
-#include <sys/queue.h>
-#include <pthread.h>
-#include <errno.h>
#include <rte_common.h>
-#include <rte_log.h>
#include <rte_cycles.h>
-#include <rte_lcore.h>
-#include <rte_memory.h>
-#include <rte_eal.h>
-#include <rte_debug.h>
#include "eal_private.h"
-#include "eal_internal_cfg.h"
enum timer_source eal_timer_source = EAL_TIMER_HPET;
@@ -5,7 +5,6 @@
#include <unistd.h>
#include <string.h>
-#include <rte_compat.h>
#include <rte_errno.h>
#include <rte_log.h>
#include <rte_vfio.h>
@@ -3,7 +3,6 @@
*/
#include <sys/file.h>
-#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
@@ -7,7 +7,6 @@
#include <stdlib.h>
#include <string.h>
-#include <rte_common.h>
#include <rte_errno.h>
#include <rte_log.h>
#include <rte_thread.h>
@@ -6,7 +6,6 @@
#include <unistd.h>
#include <cpuid.h>
-#include <rte_common.h>
#include "eal_private.h"