lib: remove unneeded header includes
These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
This commit is contained in:
parent
0988482fb3
commit
30a1de105a
@ -13,6 +13,7 @@
|
||||
#include <rte_debug.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
#include "vm_power_cli_guest.h"
|
||||
#include "parse.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_acl.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_vect.h>
|
||||
|
||||
#include "acl.h"
|
||||
|
||||
|
@ -6,19 +6,15 @@
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_dev.h>
|
||||
#include <rte_spinlock.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_interrupts.h>
|
||||
|
||||
#include "rte_bbdev_op.h"
|
||||
|
@ -26,12 +26,8 @@ extern "C" {
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
#include <rte_bus.h>
|
||||
#include <rte_cpuflags.h>
|
||||
#include <rte_memory.h>
|
||||
|
||||
#include "rte_bbdev_op.h"
|
||||
|
||||
|
@ -2,15 +2,11 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_eal.h>
|
||||
|
||||
#include "bpf_impl.h"
|
||||
|
||||
|
@ -2,18 +2,12 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_byteorder.h>
|
||||
|
||||
#include "bpf_impl.h"
|
||||
|
@ -2,17 +2,12 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_byteorder.h>
|
||||
|
||||
#include "bpf_impl.h"
|
||||
|
||||
|
@ -2,20 +2,12 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_byteorder.h>
|
||||
#include <rte_errno.h>
|
||||
|
||||
#include "bpf_impl.h"
|
||||
|
@ -2,28 +2,16 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_byteorder.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_cycles.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_per_lcore.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_atomic.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_ethdev.h>
|
||||
|
@ -2,7 +2,6 @@
|
||||
* Copyright(c) 2018 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
@ -10,8 +9,6 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_byteorder.h>
|
||||
|
||||
#include "bpf_impl.h"
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <inttypes.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
|
@ -5,11 +5,8 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
|
@ -6,11 +6,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
#include "cmdline_parse.h"
|
||||
|
@ -5,11 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
#include "cmdline_parse.h"
|
||||
|
@ -6,9 +6,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
@ -4,12 +4,9 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "cmdline_vt100.h"
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include "rte_comp.h"
|
||||
#include "rte_compressdev.h"
|
||||
#include "rte_compressdev_internal.h"
|
||||
|
||||
const char *
|
||||
|
@ -16,7 +16,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_mbuf.h>
|
||||
|
||||
/**
|
||||
|
@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rte_common.h>
|
||||
|
||||
#include "rte_comp.h"
|
||||
|
||||
|
@ -19,8 +19,6 @@ extern "C" {
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_dev.h>
|
||||
#include <rte_common.h>
|
||||
|
||||
#include "rte_compressdev.h"
|
||||
#include "rte_compressdev_internal.h"
|
||||
|
@ -15,11 +15,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_dev.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_common.h>
|
||||
|
||||
|
@ -2,36 +2,25 @@
|
||||
* Copyright(c) 2015-2020 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/queue.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_byteorder.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_dev.h>
|
||||
#include <rte_interrupts.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_launch.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_per_lcore.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_atomic.h>
|
||||
#include <rte_branch_prediction.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_spinlock.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
@ -20,9 +20,7 @@ extern "C" {
|
||||
|
||||
#include "rte_kvargs.h"
|
||||
#include "rte_crypto.h"
|
||||
#include "rte_dev.h"
|
||||
#include <rte_common.h>
|
||||
#include <rte_config.h>
|
||||
#include <rte_rcu_qsbr.h>
|
||||
|
||||
#include "rte_cryptodev_trace_fp.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <sys/queue.h>
|
||||
#include <string.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_cycles.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_errno.h>
|
||||
@ -14,7 +13,6 @@
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include <rte_pause.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_vect.h>
|
||||
|
||||
#include "rte_distributor.h"
|
||||
#include "rte_distributor_single.h"
|
||||
|
@ -3,10 +3,8 @@
|
||||
*/
|
||||
|
||||
#include <rte_mbuf.h>
|
||||
#include "rte_distributor.h"
|
||||
#include "distributor_private.h"
|
||||
#include "smmintrin.h"
|
||||
#include "nmmintrin.h"
|
||||
|
||||
|
||||
void
|
||||
|
@ -4,9 +4,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/queue.h>
|
||||
#include <string.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
@ -149,7 +149,6 @@
|
||||
#include <rte_bitops.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_compat.h>
|
||||
#include <rte_dev.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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,7 +12,6 @@
|
||||
#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>
|
||||
|
@ -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,12 @@
|
||||
* 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,14 @@
|
||||
|
||||
#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"
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
@ -21,11 +20,9 @@
|
||||
#include <rte_jhash.h>
|
||||
#include <rte_hash_crc.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_vect.h>
|
||||
|
||||
#include "rte_efd.h"
|
||||
#if defined(RTE_ARCH_X86)
|
||||
#include "rte_efd_x86.h"
|
||||
#elif defined(RTE_ARCH_ARM64)
|
||||
#include "rte_efd_arm64.h"
|
||||
#endif
|
||||
|
@ -3,13 +3,7 @@
|
||||
* Copyright(c) 2019 Arm Limited
|
||||
*/
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_rwlock.h>
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include "rte_event_ring.h"
|
||||
|
||||
int
|
||||
|
@ -17,8 +17,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_ring_elem.h>
|
||||
#include "rte_eventdev.h"
|
||||
|
@ -6,19 +6,14 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_dev.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_ring.h>
|
||||
#include <rte_mempool.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_timer.h>
|
||||
#include <rte_service_component.h>
|
||||
#include <rte_cycles.h>
|
||||
|
||||
#include "event_timer_adapter_pmd.h"
|
||||
#include "eventdev_pmd.h"
|
||||
|
@ -111,8 +111,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rte_spinlock.h>
|
||||
#include <rte_memory.h>
|
||||
|
||||
#include "rte_eventdev.h"
|
||||
#include "rte_eventdev_trace_fp.h"
|
||||
|
@ -6,26 +6,15 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_byteorder.h>
|
||||
#include <rte_log.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_dev.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_per_lcore.h>
|
||||
#include <rte_lcore.h>
|
||||
#include <rte_atomic.h>
|
||||
#include <rte_branch_prediction.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_errno.h>
|
||||
|
@ -211,10 +211,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_config.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_mbuf_pool_ops.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_mempool.h>
|
||||
|
||||
#include "rte_eventdev_trace_fp.h"
|
||||
|
@ -4,15 +4,11 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_debug.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_vect.h>
|
||||
|
||||
#include <rte_rib.h>
|
||||
|
@ -6,11 +6,9 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_eal.h>
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_rwlock.h>
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_tailq.h>
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -6,11 +6,9 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_eal.h>
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_rwlock.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,16 +4,11 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rte_debug.h>
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_memory.h>
|
||||
#include <rte_vect.h>
|
||||
|
||||
#include <rte_rib6.h>
|
||||
#include <rte_fib6.h>
|
||||
|
@ -10,8 +10,6 @@
|
||||
* @file
|
||||
* RTE IPv6 Longest Prefix Match (LPM)
|
||||
*/
|
||||
#include <rte_prefetch.h>
|
||||
#include <rte_branch_prediction.h>
|
||||
|
||||
/* @internal Total number of tbl24 entries. */
|
||||
#define TRIE_TBL24_NUM_ENT (1 << 24)
|
||||
|
@ -3,12 +3,9 @@
|
||||
*/
|
||||
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_compat.h>
|
||||
#include <rte_flow_classify.h>
|
||||
#include "rte_flow_classify_parse.h"
|
||||
#include <rte_flow_driver.h>
|
||||
#include <rte_table_acl.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
static uint32_t unique_id = 1;
|
||||
|
||||
|
@ -45,11 +45,7 @@
|
||||
|
||||
#include <rte_compat.h>
|
||||
#include <rte_common.h>
|
||||
#include <rte_ethdev.h>
|
||||
#include <rte_ether.h>
|
||||
#include <rte_flow.h>
|
||||
#include <rte_acl.h>
|
||||
#include <rte_table_acl.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <rte_flow_classify.h>
|
||||
#include "rte_flow_classify_parse.h"
|
||||
#include <rte_flow_driver.h>
|
||||
|
||||
struct classify_valid_pattern {
|
||||
enum rte_flow_item_type *items;
|
||||
|
@ -6,7 +6,6 @@
|
||||
#define _RTE_FLOW_CLASSIFY_PARSE_H_
|
||||
|
||||
#include <rte_ethdev.h>
|
||||
#include <rte_ether.h>
|
||||
#include <rte_flow.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <rte_eal.h>
|
||||
#include <rte_tailq.h>
|
||||
#include <rte_rwlock.h>
|
||||
#include <rte_string_fns.h>
|
||||
#include <rte_memzone.h>
|
||||
#include <rte_malloc.h>
|
||||
|
@ -2,8 +2,6 @@
|
||||
* Copyright(C) 2020 Marvell International Ltd.
|
||||
*/
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_debug.h>
|
||||
|
||||
#include "graph_private.h"
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_errno.h>
|
||||
|
||||
#include "graph_private.h"
|
||||
|
@ -2,8 +2,6 @@
|
||||
* Copyright(C) 2020 Marvell International Ltd.
|
||||
*/
|
||||
|
||||
#include <fnmatch.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_errno.h>
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_debug.h>
|
||||
#include <rte_eal.h>
|
||||
#include <rte_errno.h>
|
||||
#include <rte_string_fns.h>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_cycles.h>
|
||||
#include <rte_ethdev.h>
|
||||
|
||||
#include "gro_tcp4.h"
|
||||
|
@ -5,9 +5,7 @@
|
||||
#ifndef _GRO_TCP4_H_
|
||||
#define _GRO_TCP4_H_
|
||||
|
||||
#include <rte_ip.h>
|
||||
#include <rte_tcp.h>
|
||||
#include <rte_vxlan.h>
|
||||
|
||||
#define INVALID_ARRAY_INDEX 0xffffffffUL
|
||||
#define GRO_TCP4_TBL_MAX_ITEM_NUM (1024UL * 1024UL)
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_cycles.h>
|
||||
#include <rte_ethdev.h>
|
||||
|
||||
#include "gro_udp4.h"
|
||||
|
@ -6,8 +6,6 @@
|
||||
#define _GRO_UDP4_H_
|
||||
|
||||
#include <rte_ip.h>
|
||||
#include <rte_udp.h>
|
||||
#include <rte_vxlan.h>
|
||||
|
||||
#define INVALID_ARRAY_INDEX 0xffffffffUL
|
||||
#define GRO_UDP4_TBL_MAX_ITEM_NUM (1024UL * 1024UL)
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_cycles.h>
|
||||
#include <rte_ethdev.h>
|
||||
#include <rte_udp.h>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user