cleanup compat header inclusions
With symbols going though experimental/stable stages, we accumulated a lot of discrepancies about inclusion of the rte_compat.h header. Some headers are including it where unneeded, while others rely on implicit inclusion. Fix unneeded inclusions: $ git grep -l include..rte_compat.h | xargs grep -LE '__rte_(internal|experimental)' | xargs sed -i -e '/#include..rte_compat.h/d' Fix missing inclusion, by inserting rte_compat.h before the first inclusion of a DPDK header: $ git grep -lE '__rte_(internal|experimental)' | xargs grep -L include..rte_compat.h | xargs sed -i -e \ '0,/#include..\(rte_\|.*pmd.h.$\)/{ s/\(#include..\(rte_\|.*pmd.h.$\)\)/#include <rte_compat.h>\n\1/ }' Fix missing inclusion, by inserting rte_compat.h after the last inclusion of a non DPDK header: $ for file in $(git grep -lE '__rte_(internal|experimental)' | xargs grep -L include..rte_compat.h); do tac $file > $file.$$ sed -i -e \ '0,/#include../{ s/\(#include..*$\)/#include <rte_compat.h>\n\n\1/ }' $file.$$ tac $file.$$ > $file rm $file.$$ done Fix missing inclusion, by inserting rte_compat.h after the header guard: $ git grep -lE '__rte_(internal|experimental)' | xargs grep -L include..rte_compat.h | xargs sed -i -e \ '0,/#define/{ s/\(#define .*$\)/\1\n\n#include <rte_compat.h>/ }' And finally, exclude rte_compat.h itself. $ git checkout lib/eal/include/rte_compat.h At the end of all this, we have a clean tree: $ git grep -lE '__rte_(internal|experimental)' | xargs grep -L include..rte_compat.h buildtools/check-symbols.sh devtools/checkpatches.sh doc/guides/contributing/abi_policy.rst doc/guides/rel_notes/release_20_11.rst lib/eal/include/rte_compat.h Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
This commit is contained in:
parent
3af7276eaf
commit
1094dd940e
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_acc_common_cfg.h"
|
#include "rte_acc_common_cfg.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file rte_pmd_fpga_5gnr_fec.h
|
* @file rte_pmd_fpga_5gnr_fec.h
|
||||||
*
|
*
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file fpga_lte_fec.h
|
* @file fpga_lte_fec.h
|
||||||
*
|
*
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
#ifndef __FSL_BMAN_H
|
#ifndef __FSL_BMAN_H
|
||||||
#define __FSL_BMAN_H
|
#define __FSL_BMAN_H
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -13,6 +13,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <dpaa_rbtree.h>
|
#include <dpaa_rbtree.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_eventdev.h>
|
#include <rte_eventdev.h>
|
||||||
|
|
||||||
/* FQ lookups (turn this on for 64bit user-space) */
|
/* FQ lookups (turn this on for 64bit user-space) */
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
#include <dpaa_list.h>
|
#include <dpaa_list.h>
|
||||||
#include <fsl_qman.h>
|
#include <fsl_qman.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
#include <fman.h>
|
#include <fman.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/* Configuration information related to a specific ethernet port */
|
/* Configuration information related to a specific ethernet port */
|
||||||
struct fm_eth_port_cfg {
|
struct fm_eth_port_cfg {
|
||||||
/**< A list of PCD FQ ranges, obtained from FMC configuration */
|
/**< A list of PCD FQ ranges, obtained from FMC configuration */
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#define __PROCESS_H
|
#define __PROCESS_H
|
||||||
|
|
||||||
#include <compat.h>
|
#include <compat.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_ethdev.h>
|
#include <rte_ethdev.h>
|
||||||
|
|
||||||
/* The process device underlies process-wide user/kernel interactions, such as
|
/* The process device underlies process-wide user/kernel interactions, such as
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
#include <fsl_dpopr.h>
|
#include <fsl_dpopr.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/* Data Path Communication Interface API
|
/* Data Path Communication Interface API
|
||||||
* Contains initialization APIs and runtime control APIs for DPCI
|
* Contains initialization APIs and runtime control APIs for DPCI
|
||||||
*/
|
*/
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
#ifndef __FSL_DPCON_H
|
#ifndef __FSL_DPCON_H
|
||||||
#define __FSL_DPCON_H
|
#define __FSL_DPCON_H
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/* Data Path Concentrator API
|
/* Data Path Concentrator API
|
||||||
* Contains initialization APIs and runtime control APIs for DPCON
|
* Contains initialization APIs and runtime control APIs for DPCON
|
||||||
*/
|
*/
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
#include <mc/fsl_dpio.h>
|
#include <mc/fsl_dpio.h>
|
||||||
#include <mc/fsl_mc_sys.h>
|
#include <mc/fsl_mc_sys.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
struct dpaa2_io_portal_t {
|
struct dpaa2_io_portal_t {
|
||||||
struct dpaa2_dpio_dev *dpio_dev;
|
struct dpaa2_dpio_dev *dpio_dev;
|
||||||
struct dpaa2_dpio_dev *ethrx_dpio_dev;
|
struct dpaa2_dpio_dev *ethrx_dpio_dev;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#ifndef _DPAA2_HW_PVT_H_
|
#ifndef _DPAA2_HW_PVT_H_
|
||||||
#define _DPAA2_HW_PVT_H_
|
#define _DPAA2_HW_PVT_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_eventdev.h>
|
#include <rte_eventdev.h>
|
||||||
#include <dpaax_iova_table.h>
|
#include <dpaax_iova_table.h>
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ extern "C" {
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
#include <rte_interrupts.h>
|
#include <rte_interrupts.h>
|
||||||
#include <rte_pci.h>
|
#include <rte_pci.h>
|
||||||
|
@ -23,7 +23,6 @@ extern "C" {
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_uuid.h>
|
#include <rte_uuid.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
#include <rte_interrupts.h>
|
#include <rte_interrupts.h>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _ROC_PLATFORM_H_
|
#ifndef _ROC_PLATFORM_H_
|
||||||
#define _ROC_PLATFORM_H_
|
#define _ROC_PLATFORM_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_alarm.h>
|
#include <rte_alarm.h>
|
||||||
#include <rte_bitmap.h>
|
#include <rte_bitmap.h>
|
||||||
#include <bus_pci_driver.h>
|
#include <bus_pci_driver.h>
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef _CPT_PMD_OPS_HELPER_H_
|
#ifndef _CPT_PMD_OPS_HELPER_H_
|
||||||
#define _CPT_PMD_OPS_HELPER_H_
|
#define _CPT_PMD_OPS_HELPER_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file defines the agreement between the common layer and the individual
|
* This file defines the agreement between the common layer and the individual
|
||||||
* crypto drivers for OCTEON TX series. Control path in otx* directory can
|
* crypto drivers for OCTEON TX series. Control path in otx* directory can
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_eal.h>
|
#include <rte_eal.h>
|
||||||
#include <rte_branch_prediction.h>
|
#include <rte_branch_prediction.h>
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
#include "iavf_alloc.h"
|
#include "iavf_alloc.h"
|
||||||
#include "virtchnl.h"
|
#include "virtchnl.h"
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/* Prototypes for shared code functions that are not in
|
/* Prototypes for shared code functions that are not in
|
||||||
* the standard function pointer structures. These are
|
* the standard function pointer structures. These are
|
||||||
* mostly because they are needed even before the init
|
* mostly because they are needed even before the init
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
#include "idpf_mem.h"
|
#include "idpf_mem.h"
|
||||||
#else /* !__KERNEL__ */
|
#else /* !__KERNEL__ */
|
||||||
#include "idpf_osdep.h"
|
#include "idpf_osdep.h"
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#endif /* !__KERNEL__ */
|
#endif /* !__KERNEL__ */
|
||||||
|
|
||||||
struct idpf_hw;
|
struct idpf_hw;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_pci.h>
|
#include <rte_pci.h>
|
||||||
#include <bus_pci_driver.h>
|
#include <bus_pci_driver.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_ether.h>
|
#include <rte_ether.h>
|
||||||
|
|
||||||
#include "mlx5_common.h"
|
#include "mlx5_common.h"
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_pci.h>
|
#include <rte_pci.h>
|
||||||
#include <bus_pci_driver.h>
|
#include <bus_pci_driver.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
#include "mlx5_devx_cmds.h"
|
#include "mlx5_devx_cmds.h"
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/* The standard page size */
|
/* The standard page size */
|
||||||
#define MLX5_LOG_PAGE_SIZE 12
|
#define MLX5_LOG_PAGE_SIZE 12
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#define RTE_PMD_MLX5_COMMON_MP_H_
|
#define RTE_PMD_MLX5_COMMON_MP_H_
|
||||||
|
|
||||||
#include <mlx5_glue.h>
|
#include <mlx5_glue.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_eal.h>
|
#include <rte_eal.h>
|
||||||
#include <rte_string_fns.h>
|
#include <rte_string_fns.h>
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_rwlock.h>
|
#include <rte_rwlock.h>
|
||||||
#include <rte_bitmap.h>
|
#include <rte_bitmap.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef RTE_PMD_MLX5_COMMON_UTILS_H_
|
#ifndef RTE_PMD_MLX5_COMMON_UTILS_H_
|
||||||
#define RTE_PMD_MLX5_COMMON_UTILS_H_
|
#define RTE_PMD_MLX5_COMMON_UTILS_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_rwlock.h>
|
#include <rte_rwlock.h>
|
||||||
|
|
||||||
#include "mlx5_common.h"
|
#include "mlx5_common.h"
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef MLX5_MALLOC_H_
|
#ifndef MLX5_MALLOC_H_
|
||||||
#define MLX5_MALLOC_H_
|
#define MLX5_MALLOC_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_errno.h>
|
#include <rte_errno.h>
|
||||||
#include <rte_interrupts.h>
|
#include <rte_interrupts.h>
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef __OCTEONTX_MBOX_H__
|
#ifndef __OCTEONTX_MBOX_H__
|
||||||
#define __OCTEONTX_MBOX_H__
|
#define __OCTEONTX_MBOX_H__
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_spinlock.h>
|
#include <rte_spinlock.h>
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_spinlock.h>
|
#include <rte_spinlock.h>
|
||||||
#include <rte_byteorder.h>
|
#include <rte_byteorder.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
#include "efx.h"
|
#include "efx.h"
|
||||||
#include "efsys.h"
|
#include "efsys.h"
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_spinlock.h>
|
#include <rte_spinlock.h>
|
||||||
|
|
||||||
#include "efsys.h"
|
#include "efsys.h"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _CN10K_CRYPTODEV_OPS_H_
|
#ifndef _CN10K_CRYPTODEV_OPS_H_
|
||||||
#define _CN10K_CRYPTODEV_OPS_H_
|
#define _CN10K_CRYPTODEV_OPS_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <cryptodev_pmd.h>
|
#include <cryptodev_pmd.h>
|
||||||
#include <rte_cryptodev.h>
|
#include <rte_cryptodev.h>
|
||||||
#include <rte_eventdev.h>
|
#include <rte_eventdev.h>
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _CN9K_CRYPTODEV_OPS_H_
|
#ifndef _CN9K_CRYPTODEV_OPS_H_
|
||||||
#define _CN9K_CRYPTODEV_OPS_H_
|
#define _CN9K_CRYPTODEV_OPS_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <cryptodev_pmd.h>
|
#include <cryptodev_pmd.h>
|
||||||
|
|
||||||
extern struct rte_cryptodev_ops cn9k_cpt_ops;
|
extern struct rte_cryptodev_ops cn9k_cpt_ops;
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
#ifndef _DPAA2_SEC_EVENT_H_
|
#ifndef _DPAA2_SEC_EVENT_H_
|
||||||
#define _DPAA2_SEC_EVENT_H_
|
#define _DPAA2_SEC_EVENT_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
__rte_internal
|
__rte_internal
|
||||||
int dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
|
int dpaa2_sec_eventq_attach(const struct rte_cryptodev *dev,
|
||||||
int qp_id,
|
int qp_id,
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
#ifndef _DPAA_SEC_EVENT_H_
|
#ifndef _DPAA_SEC_EVENT_H_
|
||||||
#define _DPAA_SEC_EVENT_H_
|
#define _DPAA_SEC_EVENT_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
__rte_internal
|
__rte_internal
|
||||||
int dpaa_sec_eventq_attach(const struct rte_cryptodev *dev,
|
int dpaa_sec_eventq_attach(const struct rte_cryptodev *dev,
|
||||||
int qp_id,
|
int qp_id,
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _OTX_CRYPTODEV_OPS_H_
|
#ifndef _OTX_CRYPTODEV_OPS_H_
|
||||||
#define _OTX_CRYPTODEV_OPS_H_
|
#define _OTX_CRYPTODEV_OPS_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <cryptodev_pmd.h>
|
#include <cryptodev_pmd.h>
|
||||||
|
|
||||||
#define OTX_CPT_MIN_HEADROOM_REQ (24)
|
#define OTX_CPT_MIN_HEADROOM_REQ (24)
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef _RTE_PMD_DPAA2_QDMA_H_
|
#ifndef _RTE_PMD_DPAA2_QDMA_H_
|
||||||
#define _RTE_PMD_DPAA2_QDMA_H_
|
#define _RTE_PMD_DPAA2_QDMA_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/** States if the source addresses is physical. */
|
/** States if the source addresses is physical. */
|
||||||
#define RTE_DPAA2_QDMA_JOB_SRC_PHY (1ULL << 30)
|
#define RTE_DPAA2_QDMA_JOB_SRC_PHY (1ULL << 30)
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @warning
|
* @warning
|
||||||
* @b EXPERIMENTAL: this API may change, or be removed, without prior notice
|
* @b EXPERIMENTAL: this API may change, or be removed, without prior notice
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
#ifndef _DPAA2_HW_DPBP_H_
|
#ifndef _DPAA2_HW_DPBP_H_
|
||||||
#define _DPAA2_HW_DPBP_H_
|
#define _DPAA2_HW_DPBP_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
#define DPAA2_MAX_BUF_POOLS 8
|
#define DPAA2_MAX_BUF_POOLS 8
|
||||||
|
|
||||||
struct buf_pool_cfg {
|
struct buf_pool_cfg {
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_mempool.h>
|
#include <rte_mempool.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include <rte_malloc.h>
|
#include <rte_malloc.h>
|
||||||
#include <rte_errno.h>
|
#include <rte_errno.h>
|
||||||
#include <rte_cycles.h>
|
#include <rte_cycles.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
|
|
||||||
#include "eth_bond_private.h"
|
#include "eth_bond_private.h"
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <ethdev_driver.h>
|
#include <ethdev_driver.h>
|
||||||
#include <ethdev_pci.h>
|
#include <ethdev_pci.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_kvargs.h>
|
#include <rte_kvargs.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
#include <rte_mbuf_pool_ops.h>
|
#include <rte_mbuf_pool_ops.h>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
/* System headers */
|
/* System headers */
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <ethdev_driver.h>
|
#include <ethdev_driver.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_event_eth_rx_adapter.h>
|
#include <rte_event_eth_rx_adapter.h>
|
||||||
|
|
||||||
#include <fsl_usd.h>
|
#include <fsl_usd.h>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#ifndef _DPAA2_ETHDEV_H
|
#ifndef _DPAA2_ETHDEV_H
|
||||||
#define _DPAA2_ETHDEV_H
|
#define _DPAA2_ETHDEV_H
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_event_eth_rx_adapter.h>
|
#include <rte_event_eth_rx_adapter.h>
|
||||||
#include <rte_pmd_dpaa2.h>
|
#include <rte_pmd_dpaa2.h>
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
* NXP dpaa2 PMD specific functions.
|
* NXP dpaa2 PMD specific functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_flow.h>
|
#include <rte_flow.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
#include <rte_mbuf_dyn.h>
|
#include <rte_mbuf_dyn.h>
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef _ICE_ETHDEV_H_
|
#ifndef _ICE_ETHDEV_H_
|
||||||
#define _ICE_ETHDEV_H_
|
#define _ICE_ETHDEV_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_kvargs.h>
|
#include <rte_kvargs.h>
|
||||||
#include <rte_time.h>
|
#include <rte_time.h>
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef RTE_PMD_PRIVATE_MLX5_H_
|
#ifndef RTE_PMD_PRIVATE_MLX5_H_
|
||||||
#define RTE_PMD_PRIVATE_MLX5_H_
|
#define RTE_PMD_PRIVATE_MLX5_H_
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* MLX5 public header.
|
* MLX5 public header.
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#ifndef _PMD_TXGBE_H_
|
#ifndef _PMD_TXGBE_H_
|
||||||
#define _PMD_TXGBE_H_
|
#define _PMD_TXGBE_H_
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_ethdev.h>
|
#include <rte_ethdev.h>
|
||||||
#include <rte_ether.h>
|
#include <rte_ether.h>
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ extern "C" {
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_cpuflags.h>
|
#include <rte_cpuflags.h>
|
||||||
|
|
||||||
#include "rte_bbdev_op.h"
|
#include "rte_bbdev_op.h"
|
||||||
|
@ -17,6 +17,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
* (https://www.kernel.org/doc/Documentation/networking/filter.txt).
|
* (https://www.kernel.org/doc/Documentation/networking/filter.txt).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
#include <bpf_def.h>
|
#include <bpf_def.h>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -22,6 +22,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_comp.h"
|
#include "rte_comp.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -21,6 +21,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <dev_driver.h>
|
#include <dev_driver.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_compressdev.h"
|
#include "rte_compressdev.h"
|
||||||
#include "rte_compressdev_internal.h"
|
#include "rte_compressdev_internal.h"
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ extern "C" {
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <dev_driver.h>
|
#include <dev_driver.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_malloc.h>
|
#include <rte_malloc.h>
|
||||||
#include <rte_log.h>
|
#include <rte_log.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
|
@ -20,6 +20,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
#include <rte_mempool.h>
|
#include <rte_mempool.h>
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_kvargs.h"
|
#include "rte_kvargs.h"
|
||||||
#include "rte_crypto.h"
|
#include "rte_crypto.h"
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include <dev_driver.h>
|
#include <dev_driver.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_dmadev.h"
|
#include "rte_dmadev.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -14,6 +14,7 @@ extern "C" {
|
|||||||
#define RTE_OVERRIDE_IO_H
|
#define RTE_OVERRIDE_IO_H
|
||||||
|
|
||||||
#include "generic/rte_io.h"
|
#include "generic/rte_io.h"
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_atomic_64.h"
|
#include "rte_atomic_64.h"
|
||||||
|
|
||||||
static __rte_always_inline uint8_t
|
static __rte_always_inline uint8_t
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rte_log.h>
|
#include <rte_log.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_dev.h>
|
#include <rte_dev.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
|
|
||||||
#ifdef __DOXYGEN__
|
#ifdef __DOXYGEN__
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
#include <rte_atomic.h>
|
#include <rte_atomic.h>
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_atomic.h>
|
#include <rte_atomic.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pause CPU execution for a short while
|
* Pause CPU execution for a short while
|
||||||
|
@ -36,6 +36,7 @@ extern "C" {
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_dev.h>
|
#include <rte_dev.h>
|
||||||
|
|
||||||
/** Double linked list of classes */
|
/** Double linked list of classes */
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -36,7 +36,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_rwlock.h>
|
#include <rte_rwlock.h>
|
||||||
|
|
||||||
#define RTE_FBARRAY_NAME_LEN 64
|
#define RTE_FBARRAY_NAME_LEN 64
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_per_lcore.h>
|
#include <rte_per_lcore.h>
|
||||||
#include <rte_eal.h>
|
#include <rte_eal.h>
|
||||||
|
@ -24,7 +24,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
|
|
||||||
/* SDK log type */
|
/* SDK log type */
|
||||||
#define RTE_LOGTYPE_EAL 0 /**< Log related to eal. */
|
#define RTE_LOGTYPE_EAL 0 /**< Log related to eal. */
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -21,7 +21,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include <rte_bitops.h>
|
#include <rte_bitops.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_fbarray.h>
|
#include <rte_fbarray.h>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_memory.h>
|
#include <rte_memory.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_pause.h>
|
#include <rte_pause.h>
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ extern "C" {
|
|||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_lcore.h>
|
#include <rte_lcore.h>
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_service.h>
|
#include <rte_service.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <rte_compat.h>
|
|
||||||
#include "generic/rte_atomic.h"
|
#include "generic/rte_atomic.h"
|
||||||
|
|
||||||
#define rte_mb() asm volatile("sync" : : : "memory")
|
#define rte_mb() asm volatile("sync" : : : "memory")
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_cpuflags.h"
|
#include "rte_cpuflags.h"
|
||||||
|
|
||||||
#define RTE_NATIVE_WRITE32_WC
|
#define RTE_NATIVE_WRITE32_WC
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include "generic/rte_prefetch.h"
|
#include "generic/rte_prefetch.h"
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dev_driver.h>
|
#include <dev_driver.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_ethdev.h>
|
#include <rte_ethdev.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_ether.h>
|
#include <rte_ether.h>
|
||||||
#include <rte_icmp.h>
|
#include <rte_icmp.h>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_meter.h>
|
#include <rte_meter.h>
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_eal.h>
|
#include <rte_eal.h>
|
||||||
#include <rte_lcore.h>
|
#include <rte_lcore.h>
|
||||||
|
@ -19,6 +19,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_config.h>
|
#include <rte_config.h>
|
||||||
#include <rte_debug.h>
|
#include <rte_debug.h>
|
||||||
#include <rte_eal.h>
|
#include <rte_eal.h>
|
||||||
|
@ -87,6 +87,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_service.h>
|
#include <rte_service.h>
|
||||||
|
|
||||||
#include "rte_eventdev.h"
|
#include "rte_eventdev.h"
|
||||||
|
@ -79,6 +79,7 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_mbuf.h>
|
#include <rte_mbuf.h>
|
||||||
|
|
||||||
#include "rte_eventdev.h"
|
#include "rte_eventdev.h"
|
||||||
|
@ -210,6 +210,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_errno.h>
|
#include <rte_errno.h>
|
||||||
#include <rte_mbuf_pool_ops.h>
|
#include <rte_mbuf_pool_ops.h>
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
#include <dev_driver.h>
|
#include <dev_driver.h>
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include "rte_gpudev.h"
|
#include "rte_gpudev.h"
|
||||||
|
|
||||||
/* Flags indicate current state of device. */
|
/* Flags indicate current state of device. */
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
* process, enqueue and move streams of objects to the next nodes.
|
* process, enqueue and move streams of objects to the next nodes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
#include <rte_cycles.h>
|
#include <rte_cycles.h>
|
||||||
#include <rte_prefetch.h>
|
#include <rte_prefetch.h>
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <rte_compat.h>
|
|
||||||
#include <rte_rcu_qsbr.h>
|
#include <rte_rcu_qsbr.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -20,6 +20,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_byteorder.h>
|
#include <rte_byteorder.h>
|
||||||
#include <rte_ip.h>
|
#include <rte_ip.h>
|
||||||
#include <rte_common.h>
|
#include <rte_common.h>
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <rte_compat.h>
|
||||||
#include <rte_log.h>
|
#include <rte_log.h>
|
||||||
|
|
||||||
#ifdef RTE_ARCH_X86
|
#ifdef RTE_ARCH_X86
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user