bbaaef
# -*- cfg-sha: 2ba93102021dc5d38494cf5090c3ecaca37db13153dd558b1511a56f2a3d9b10
bbaaef
# SPDX-License-Identifier: BSD-3-Clause
bbaaef
# Copyright(c) 2010-2014 Intel Corporation
bbaaef
# SPDX-License-Identifier: BSD-3-Clause
bbaaef
# Copyright(c) 2010-2016 Intel Corporation
bbaaef
# SPDX-License-Identifier: BSD-3-Clause
bbaaef
# Copyright(c) 2010-2017 Intel Corporation
bbaaef
# RTE_EXEC_ENV values are the directories in mk/exec-env/
bbaaef
CONFIG_RTE_EXEC_ENV="linuxapp"
bbaaef
# RTE_ARCH values are architecture we compile for. directories in mk/arch/
bbaaef
CONFIG_RTE_ARCH="x86_64"
bbaaef
# machine can define specific variables or action for a specific board
bbaaef
# RTE_MACHINE values are architecture we compile for. directories in mk/machine/
bbaaef
CONFIG_RTE_MACHINE="default"
bbaaef
# The compiler we use.
bbaaef
# RTE_TOOLCHAIN values are architecture we compile for. directories in mk/toolchain/
bbaaef
CONFIG_RTE_TOOLCHAIN="gcc"
bbaaef
# Use intrinsics or assembly code for key routines
bbaaef
CONFIG_RTE_FORCE_INTRINSICS=n
bbaaef
# Machine forces strict alignment constraints.
bbaaef
CONFIG_RTE_ARCH_STRICT_ALIGN=n
bbaaef
# Compile to share library
bbaaef
CONFIG_RTE_BUILD_SHARED_LIB=n
bbaaef
# Use newest code breaking previous ABI
bbaaef
CONFIG_RTE_NEXT_ABI=n
bbaaef
# Major ABI to overwrite library specific LIBABIVER
bbaaef
CONFIG_RTE_MAJOR_ABI=
bbaaef
# Machine's cache line size
bbaaef
CONFIG_RTE_CACHE_LINE_SIZE=64
bbaaef
# Memory model
bbaaef
CONFIG_RTE_USE_C11_MEM_MODEL=n
bbaaef
# Compile Environment Abstraction Layer
bbaaef
CONFIG_RTE_LIBRTE_EAL=y
bbaaef
CONFIG_RTE_MAX_LCORE=128
bbaaef
CONFIG_RTE_MAX_NUMA_NODES=8
bbaaef
CONFIG_RTE_MAX_HEAPS=32
bbaaef
CONFIG_RTE_MAX_MEMSEG_LISTS=64
bbaaef
# each memseg list will be limited to either RTE_MAX_MEMSEG_PER_LIST pages
bbaaef
# or RTE_MAX_MEM_MB_PER_LIST megabytes worth of memory, whichever is smaller
bbaaef
CONFIG_RTE_MAX_MEMSEG_PER_LIST=8192
bbaaef
CONFIG_RTE_MAX_MEM_MB_PER_LIST=32768
bbaaef
# a "type" is a combination of page size and NUMA node. total number of memseg
bbaaef
# lists per type will be limited to either RTE_MAX_MEMSEG_PER_TYPE pages (split
bbaaef
# over multiple lists of RTE_MAX_MEMSEG_PER_LIST pages), or
bbaaef
# RTE_MAX_MEM_MB_PER_TYPE megabytes of memory (split over multiple lists of
bbaaef
# RTE_MAX_MEM_MB_PER_LIST), whichever is smaller
bbaaef
CONFIG_RTE_MAX_MEMSEG_PER_TYPE=32768
bbaaef
CONFIG_RTE_MAX_MEM_MB_PER_TYPE=131072
bbaaef
# global maximum usable amount of VA, in megabytes
bbaaef
CONFIG_RTE_MAX_MEM_MB=524288
bbaaef
CONFIG_RTE_MAX_MEMZONE=2560
bbaaef
CONFIG_RTE_MAX_TAILQ=32
bbaaef
CONFIG_RTE_ENABLE_ASSERT=n
bbaaef
CONFIG_RTE_LOG_DP_LEVEL=RTE_LOG_INFO
bbaaef
CONFIG_RTE_LOG_HISTORY=256
bbaaef
CONFIG_RTE_BACKTRACE=y
bbaaef
CONFIG_RTE_LIBEAL_USE_HPET=n
bbaaef
CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n
bbaaef
CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
bbaaef
CONFIG_RTE_EAL_IGB_UIO=n
bbaaef
CONFIG_RTE_EAL_VFIO=y
bbaaef
CONFIG_RTE_MAX_VFIO_GROUPS=64
bbaaef
CONFIG_RTE_MAX_VFIO_CONTAINERS=64
bbaaef
CONFIG_RTE_MALLOC_DEBUG=n
bbaaef
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=y
bbaaef
CONFIG_RTE_USE_LIBBSD=n
bbaaef
# Recognize/ignore architecture we compile for. AVX/AVX512 CPU flags for performance/power testing.
bbaaef
# AVX512 is marked as experimental for now, will enable it after enough
bbaaef
# field test and possible optimization.
bbaaef
CONFIG_RTE_ENABLE_AVX=y
bbaaef
CONFIG_RTE_ENABLE_AVX512=n
bbaaef
# Default driver path (or "" to disable)
bbaaef
CONFIG_RTE_EAL_PMD_PATH=""
bbaaef
# Compile Environment Abstraction Layer to support Vmware TSC map
bbaaef
CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
bbaaef
# Compile architecture we compile for. PCI library
bbaaef
CONFIG_RTE_LIBRTE_PCI=y
bbaaef
# Compile architecture we compile for. argument parser library
bbaaef
CONFIG_RTE_LIBRTE_KVARGS=y
bbaaef
# Compile generic ethernet library
bbaaef
CONFIG_RTE_LIBRTE_ETHER=y
bbaaef
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
bbaaef
CONFIG_RTE_MAX_ETHPORTS=32
bbaaef
CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
bbaaef
CONFIG_RTE_LIBRTE_IEEE1588=n
bbaaef
CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
bbaaef
CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
bbaaef
CONFIG_RTE_ETHDEV_PROFILE_WITH_VTUNE=n
bbaaef
# Turn off Tx preparation stage
bbaaef
# Warning: rte_eth_tx_prepare() can be safely disabled only if using a
bbaaef
# driver which do not implement any Tx preparation.
bbaaef
CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
bbaaef
# Common libraries, before Bus/PMDs
bbaaef
CONFIG_RTE_LIBRTE_COMMON_DPAAX=n
bbaaef
# Compile architecture we compile for. Intel FPGA bus
bbaaef
CONFIG_RTE_LIBRTE_IFPGA_BUS=n
bbaaef
# Compile PCI bus driver
bbaaef
CONFIG_RTE_LIBRTE_PCI_BUS=y
bbaaef
# Compile architecture we compile for. vdev bus
bbaaef
CONFIG_RTE_LIBRTE_VDEV_BUS=y
bbaaef
# Compile ARK PMD
bbaaef
CONFIG_RTE_LIBRTE_ARK_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_ARK_PAD_TX=y
bbaaef
CONFIG_RTE_LIBRTE_ARK_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_ARK_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_ARK_DEBUG_STATS=n
bbaaef
CONFIG_RTE_LIBRTE_ARK_DEBUG_TRACE=n
bbaaef
# Compile Aquantia Atlantic PMD driver
bbaaef
CONFIG_RTE_LIBRTE_ATLANTIC_PMD=n
bbaaef
# Compile AMD PMD
bbaaef
CONFIG_RTE_LIBRTE_AXGBE_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_AXGBE_PMD_DEBUG=n
bbaaef
# Compile burst-oriented Broadcom PMD driver
bbaaef
CONFIG_RTE_LIBRTE_BNX2X_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
bbaaef
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
bbaaef
# Compile burst-oriented Broadcom BNXT PMD driver
bbaaef
CONFIG_RTE_LIBRTE_BNXT_PMD=y
bbaaef
# Compile burst-oriented Chelsio Terminator (CXGBE) PMD
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_CXGBE_TPUT=y
bbaaef
# NXP DPAA Bus
bbaaef
CONFIG_RTE_LIBRTE_DPAA_BUS=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA_MEMPOOL=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA_HWDEBUG=n
bbaaef
# Compile NXP DPAA2 FSL-MC Bus
bbaaef
CONFIG_RTE_LIBRTE_FSLMC_BUS=n
bbaaef
# Compile Support Libraries for NXP DPAA2
bbaaef
CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=y
bbaaef
# Compile burst-oriented NXP DPAA2 PMD driver
bbaaef
CONFIG_RTE_LIBRTE_DPAA2_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER=n
bbaaef
# Compile NXP ENETC PMD Driver
bbaaef
CONFIG_RTE_LIBRTE_ENETC_PMD=n
bbaaef
# Compile burst-oriented Amazon ENA PMD driver
bbaaef
CONFIG_RTE_LIBRTE_ENA_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
bbaaef
# Compile burst-oriented Cisco ENIC PMD driver
bbaaef
CONFIG_RTE_LIBRTE_ENIC_PMD=y
bbaaef
# Compile burst-oriented IGB & EM PMD drivers
bbaaef
CONFIG_RTE_LIBRTE_EM_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_IGB_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
bbaaef
# Compile burst-oriented IXGBE PMD driver
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
bbaaef
CONFIG_RTE_IXGBE_INC_VECTOR=y
bbaaef
CONFIG_RTE_LIBRTE_IXGBE_BYPASS=n
bbaaef
# Compile burst-oriented I40E PMD driver
bbaaef
CONFIG_RTE_LIBRTE_I40E_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
bbaaef
CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
bbaaef
CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
bbaaef
CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
bbaaef
CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
bbaaef
# Compile burst-oriented FM10K PMD
bbaaef
CONFIG_RTE_LIBRTE_FM10K_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
bbaaef
CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
bbaaef
# Compile burst-oriented AVF PMD driver
bbaaef
CONFIG_RTE_LIBRTE_AVF_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_AVF_INC_VECTOR=y
bbaaef
CONFIG_RTE_LIBRTE_AVF_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_AVF_DEBUG_TX_FREE=n
bbaaef
CONFIG_RTE_LIBRTE_AVF_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_AVF_16BYTE_RX_DESC=n
bbaaef
# Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
bbaaef
CONFIG_RTE_LIBRTE_MLX4_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
bbaaef
CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS=y
bbaaef
# Compile burst-oriented Mellanox ConnectX-4, ConnectX-5 & Bluefield
bbaaef
# (MLX5) PMD
bbaaef
CONFIG_RTE_LIBRTE_MLX5_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
bbaaef
CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS=y
bbaaef
# Compile burst-oriented Netronome NFP PMD driver
bbaaef
CONFIG_RTE_LIBRTE_NFP_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_NFP_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_NFP_DEBUG_RX=n
bbaaef
# QLogic 10G/25G/40G/50G/100G PMD
bbaaef
CONFIG_RTE_LIBRTE_QEDE_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
bbaaef
#Provides abs path/name of architecture we compile for. firmware file.
bbaaef
#Empty string denotes driver will use default firmware
bbaaef
CONFIG_RTE_LIBRTE_QEDE_FW=""
bbaaef
# Compile burst-oriented Solarflare libefx-based PMD
bbaaef
CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
bbaaef
# Compile software PMD backed by SZEDATA2 device
bbaaef
CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
bbaaef
# Compile burst-oriented Cavium Thunderx NICVF PMD driver
bbaaef
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX=n
bbaaef
# Compile burst-oriented Cavium LiquidIO PMD driver
bbaaef
CONFIG_RTE_LIBRTE_LIO_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_LIO_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_LIO_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_LIO_DEBUG_MBOX=n
bbaaef
CONFIG_RTE_LIBRTE_LIO_DEBUG_REGS=n
bbaaef
# Compile burst-oriented Cavium OCTEONTX network PMD driver
bbaaef
CONFIG_RTE_LIBRTE_OCTEONTX_PMD=n
bbaaef
# Compile WRS accelerated virtual port (AVP) guest PMD driver
bbaaef
CONFIG_RTE_LIBRTE_AVP_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_AVP_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_AVP_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_AVP_DEBUG_BUFFERS=n
bbaaef
# Compile burst-oriented VIRTIO PMD driver
bbaaef
CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
bbaaef
# Compile virtio device emulation inside virtio PMD driver
bbaaef
CONFIG_RTE_VIRTIO_USER=n
bbaaef
# Compile burst-oriented VMXNET3 PMD driver
bbaaef
CONFIG_RTE_LIBRTE_VMXNET3_PMD=n
bbaaef
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
bbaaef
# Compile software PMD backed by AF_PACKET sockets (Linux only)
bbaaef
CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
bbaaef
# Compile link bonding PMD library
bbaaef
CONFIG_RTE_LIBRTE_PMD_BOND=n
bbaaef
CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
bbaaef
CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
bbaaef
# Compile fail-safe PMD
bbaaef
CONFIG_RTE_LIBRTE_PMD_FAILSAFE=y
bbaaef
# Compile Marvell PMD driver
bbaaef
CONFIG_RTE_LIBRTE_MVPP2_PMD=n
bbaaef
# Compile Marvell MVNETA PMD driver
bbaaef
CONFIG_RTE_LIBRTE_MVNETA_PMD=n
bbaaef
# Compile support for VMBus library
bbaaef
CONFIG_RTE_LIBRTE_VMBUS=y
bbaaef
# Compile native PMD for Hyper-V/Azure
bbaaef
CONFIG_RTE_LIBRTE_NETVSC_PMD=y
bbaaef
CONFIG_RTE_LIBRTE_NETVSC_DEBUG_RX=n
bbaaef
CONFIG_RTE_LIBRTE_NETVSC_DEBUG_TX=n
bbaaef
CONFIG_RTE_LIBRTE_NETVSC_DEBUG_DUMP=n
bbaaef
# Compile virtual device driver for NetVSC on Hyper-V/Azure
bbaaef
CONFIG_RTE_LIBRTE_VDEV_NETVSC_PMD=y
bbaaef
# Compile null PMD
bbaaef
CONFIG_RTE_LIBRTE_PMD_NULL=n
bbaaef
# Compile software PMD backed by PCAP files
bbaaef
CONFIG_RTE_LIBRTE_PMD_PCAP=n
bbaaef
# Compile example software rings based PMD
bbaaef
CONFIG_RTE_LIBRTE_PMD_RING=y
bbaaef
CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
bbaaef
CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
bbaaef
# Compile SOFTNIC PMD
bbaaef
CONFIG_RTE_LIBRTE_PMD_SOFTNIC=n
bbaaef
# Compile architecture we compile for. TAP PMD
bbaaef
# It is enabled by default for Linux only.
bbaaef
CONFIG_RTE_LIBRTE_PMD_TAP=y
bbaaef
# Do prefetch of packet data within PMD driver receive function
bbaaef
CONFIG_RTE_PMD_PACKET_PREFETCH=y
bbaaef
# Compile generic wireless base band device library
bbaaef
# EXPERIMENTAL: API may change without prior notice
bbaaef
CONFIG_RTE_LIBRTE_BBDEV=n
bbaaef
CONFIG_RTE_BBDEV_MAX_DEVS=128
bbaaef
CONFIG_RTE_BBDEV_OFFLOAD_COST=n
bbaaef
# Compile PMD for NULL bbdev device
bbaaef
CONFIG_RTE_LIBRTE_PMD_BBDEV_NULL=y
bbaaef
# Compile PMD for turbo software bbdev device
bbaaef
CONFIG_RTE_LIBRTE_PMD_BBDEV_TURBO_SW=n
bbaaef
# Compile generic crypto device library
bbaaef
CONFIG_RTE_LIBRTE_CRYPTODEV=n
bbaaef
CONFIG_RTE_CRYPTO_MAX_DEVS=64
bbaaef
# Compile PMD for ARMv8 Crypto device
bbaaef
CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n
bbaaef
# Compile NXP CAAM JR crypto Driver
bbaaef
CONFIG_RTE_LIBRTE_PMD_CAAM_JR=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_CAAM_JR_BE=n
bbaaef
# Compile NXP DPAA2 crypto sec driver for CAAM HW
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
bbaaef
# NXP DPAA caam - crypto driver
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA_SEC=n
bbaaef
CONFIG_RTE_LIBRTE_DPAA_MAX_CRYPTODEV=4
bbaaef
# Compile PMD for Cavium OCTEON TX crypto device
bbaaef
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_CRYPTO=y
bbaaef
# Compile PMD for QuickAssist based devices - see docs for details
bbaaef
CONFIG_RTE_LIBRTE_PMD_QAT=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_QAT_SYM=n
bbaaef
# Max. number of QuickAssist devices, which can be detected and attached
bbaaef
CONFIG_RTE_PMD_QAT_MAX_PCI_DEVICES=48
bbaaef
CONFIG_RTE_PMD_QAT_COMP_SGL_MAX_SEGMENTS=16
bbaaef
CONFIG_RTE_PMD_QAT_COMP_IM_BUFFER_SIZE=65536
bbaaef
# Compile PMD for virtio crypto devices
bbaaef
CONFIG_RTE_LIBRTE_PMD_VIRTIO_CRYPTO=n
bbaaef
# Number of maximum virtio crypto devices
bbaaef
CONFIG_RTE_MAX_VIRTIO_CRYPTO=32
bbaaef
# Compile PMD for AESNI backed device
bbaaef
CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
bbaaef
# Compile PMD for Software backed device
bbaaef
CONFIG_RTE_LIBRTE_PMD_OPENSSL=n
bbaaef
# Compile PMD for AESNI GCM device
bbaaef
CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
bbaaef
# Compile PMD for SNOW 3G device
bbaaef
CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
bbaaef
# Compile PMD for KASUMI device
bbaaef
CONFIG_RTE_LIBRTE_PMD_KASUMI=n
bbaaef
# Compile PMD for ZUC device
bbaaef
CONFIG_RTE_LIBRTE_PMD_ZUC=n
bbaaef
# Compile PMD for Crypto Scheduler device
bbaaef
CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=n
bbaaef
# Compile PMD for NULL Crypto device
bbaaef
CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=n
bbaaef
# Compile PMD for AMD CCP crypto device
bbaaef
CONFIG_RTE_LIBRTE_PMD_CCP=n
bbaaef
# Compile PMD for Marvell Crypto device
bbaaef
CONFIG_RTE_LIBRTE_PMD_MVSAM_CRYPTO=n
bbaaef
# Compile generic security library
bbaaef
CONFIG_RTE_LIBRTE_SECURITY=n
bbaaef
# Compile generic compression device library
bbaaef
CONFIG_RTE_LIBRTE_COMPRESSDEV=n
bbaaef
CONFIG_RTE_COMPRESS_MAX_DEVS=64
bbaaef
# Compile compressdev unit test
bbaaef
CONFIG_RTE_COMPRESSDEV_TEST=n
bbaaef
# Compile PMD for Octeontx ZIPVF compression device
bbaaef
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_ZIPVF=n
bbaaef
# Compile PMD for ISA-L compression device
bbaaef
CONFIG_RTE_LIBRTE_PMD_ISAL=n
bbaaef
# Compile PMD for ZLIB compression device
bbaaef
CONFIG_RTE_LIBRTE_PMD_ZLIB=n
bbaaef
# Compile generic event device library
bbaaef
CONFIG_RTE_LIBRTE_EVENTDEV=n
bbaaef
CONFIG_RTE_LIBRTE_EVENTDEV_DEBUG=n
bbaaef
CONFIG_RTE_EVENT_MAX_DEVS=16
bbaaef
CONFIG_RTE_EVENT_MAX_QUEUES_PER_DEV=64
bbaaef
CONFIG_RTE_EVENT_TIMER_ADAPTER_NUM_MAX=32
bbaaef
CONFIG_RTE_EVENT_ETH_INTR_RING_SIZE=1024
bbaaef
CONFIG_RTE_EVENT_CRYPTO_ADAPTER_MAX_INSTANCE=32
bbaaef
CONFIG_RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE=32
bbaaef
# Compile PMD for skeleton event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV_DEBUG=n
bbaaef
# Compile PMD for software event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV=n
bbaaef
# Compile PMD for distributed software event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_DSW_EVENTDEV=n
bbaaef
# Compile PMD for octeontx sso event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=n
bbaaef
# Compile PMD for OPDL event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_OPDL_EVENTDEV=n
bbaaef
# Compile PMD for NXP DPAA event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=n
bbaaef
# Compile PMD for NXP DPAA2 event device
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV=n
bbaaef
# Compile raw device support
bbaaef
# EXPERIMENTAL: API may change without prior notice
bbaaef
CONFIG_RTE_LIBRTE_RAWDEV=n
bbaaef
CONFIG_RTE_RAWDEV_MAX_DEVS=10
bbaaef
CONFIG_RTE_LIBRTE_PMD_SKELETON_RAWDEV=n
bbaaef
# Compile PMD for NXP DPAA2 CMDIF raw device
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA2_CMDIF_RAWDEV=n
bbaaef
# Compile PMD for NXP DPAA2 QDMA raw device
bbaaef
CONFIG_RTE_LIBRTE_PMD_DPAA2_QDMA_RAWDEV=n
bbaaef
# Compile PMD for Intel FPGA raw device
bbaaef
CONFIG_RTE_LIBRTE_PMD_IFPGA_RAWDEV=n
bbaaef
# Compile librte_ring
bbaaef
CONFIG_RTE_LIBRTE_RING=y
bbaaef
# Compile librte_mempool
bbaaef
CONFIG_RTE_LIBRTE_MEMPOOL=y
bbaaef
CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
bbaaef
CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
bbaaef
# Compile Mempool drivers
bbaaef
CONFIG_RTE_DRIVER_MEMPOOL_BUCKET=y
bbaaef
CONFIG_RTE_DRIVER_MEMPOOL_BUCKET_SIZE_KB=64
bbaaef
CONFIG_RTE_DRIVER_MEMPOOL_RING=y
bbaaef
CONFIG_RTE_DRIVER_MEMPOOL_STACK=y
bbaaef
# Compile PMD for octeontx fpa mempool device
bbaaef
CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL=n
bbaaef
# Compile librte_mbuf
bbaaef
CONFIG_RTE_LIBRTE_MBUF=y
bbaaef
CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
bbaaef
CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="ring_mp_mc"
bbaaef
CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
bbaaef
CONFIG_RTE_PKTMBUF_HEADROOM=128
bbaaef
# Compile librte_timer
bbaaef
CONFIG_RTE_LIBRTE_TIMER=n
bbaaef
CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
bbaaef
# Compile librte_cfgfile
bbaaef
CONFIG_RTE_LIBRTE_CFGFILE=n
bbaaef
# Compile librte_cmdline
bbaaef
CONFIG_RTE_LIBRTE_CMDLINE=y
bbaaef
CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
bbaaef
# Compile librte_hash
bbaaef
CONFIG_RTE_LIBRTE_HASH=y
bbaaef
CONFIG_RTE_LIBRTE_HASH_DEBUG=n
bbaaef
# Compile librte_efd
bbaaef
CONFIG_RTE_LIBRTE_EFD=n
bbaaef
# Compile librte_member
bbaaef
CONFIG_RTE_LIBRTE_MEMBER=y
bbaaef
# Compile librte_jobstats
bbaaef
CONFIG_RTE_LIBRTE_JOBSTATS=n
bbaaef
# Compile architecture we compile for. device metrics library
bbaaef
CONFIG_RTE_LIBRTE_METRICS=y
bbaaef
# Compile architecture we compile for. bitrate statistics library
bbaaef
CONFIG_RTE_LIBRTE_BITRATE=y
bbaaef
# Compile architecture we compile for. latency statistics library
bbaaef
CONFIG_RTE_LIBRTE_LATENCY_STATS=y
bbaaef
# Compile librte_telemetry
bbaaef
CONFIG_RTE_LIBRTE_TELEMETRY=n
bbaaef
# Compile librte_lpm
bbaaef
CONFIG_RTE_LIBRTE_LPM=n
bbaaef
CONFIG_RTE_LIBRTE_LPM_DEBUG=n
bbaaef
# Compile librte_acl
bbaaef
CONFIG_RTE_LIBRTE_ACL=n
bbaaef
CONFIG_RTE_LIBRTE_ACL_DEBUG=n
bbaaef
# Compile librte_power
bbaaef
CONFIG_RTE_LIBRTE_POWER=n
bbaaef
CONFIG_RTE_LIBRTE_POWER_DEBUG=n
bbaaef
CONFIG_RTE_MAX_LCORE_FREQS=64
bbaaef
# Compile librte_net
bbaaef
CONFIG_RTE_LIBRTE_NET=y
bbaaef
# Compile librte_ip_frag
bbaaef
CONFIG_RTE_LIBRTE_IP_FRAG=y
bbaaef
CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
bbaaef
CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
bbaaef
CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
bbaaef
# Compile GRO library
bbaaef
CONFIG_RTE_LIBRTE_GRO=y
bbaaef
# Compile GSO library
bbaaef
CONFIG_RTE_LIBRTE_GSO=y
bbaaef
# Compile librte_meter
bbaaef
CONFIG_RTE_LIBRTE_METER=y
bbaaef
# Compile librte_classify
bbaaef
CONFIG_RTE_LIBRTE_FLOW_CLASSIFY=n
bbaaef
# Compile librte_sched
bbaaef
CONFIG_RTE_LIBRTE_SCHED=n
bbaaef
CONFIG_RTE_SCHED_DEBUG=n
bbaaef
CONFIG_RTE_SCHED_RED=n
bbaaef
CONFIG_RTE_SCHED_COLLECT_STATS=n
bbaaef
CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
bbaaef
CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
bbaaef
CONFIG_RTE_SCHED_VECTOR=n
bbaaef
# Compile architecture we compile for. distributor library
bbaaef
CONFIG_RTE_LIBRTE_DISTRIBUTOR=n
bbaaef
# Compile architecture we compile for. reorder library
bbaaef
CONFIG_RTE_LIBRTE_REORDER=n
bbaaef
# Compile librte_port
bbaaef
CONFIG_RTE_LIBRTE_PORT=n
bbaaef
CONFIG_RTE_PORT_STATS_COLLECT=n
bbaaef
CONFIG_RTE_PORT_PCAP=n
bbaaef
# Compile librte_table
bbaaef
CONFIG_RTE_LIBRTE_TABLE=n
bbaaef
CONFIG_RTE_TABLE_STATS_COLLECT=n
bbaaef
# Compile librte_pipeline
bbaaef
CONFIG_RTE_LIBRTE_PIPELINE=n
bbaaef
CONFIG_RTE_PIPELINE_STATS_COLLECT=n
bbaaef
# Compile librte_kni
bbaaef
CONFIG_RTE_LIBRTE_KNI=n
bbaaef
CONFIG_RTE_LIBRTE_PMD_KNI=n
bbaaef
CONFIG_RTE_KNI_KMOD=n
bbaaef
CONFIG_RTE_KNI_KMOD_ETHTOOL=n
bbaaef
CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
bbaaef
# Compile architecture we compile for. pdump library
bbaaef
CONFIG_RTE_LIBRTE_PDUMP=y
bbaaef
# Compile vhost user library
bbaaef
CONFIG_RTE_LIBRTE_VHOST=y
bbaaef
CONFIG_RTE_LIBRTE_VHOST_NUMA=y
bbaaef
CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
bbaaef
# Compile vhost PMD
bbaaef
# To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
bbaaef
CONFIG_RTE_LIBRTE_PMD_VHOST=y
bbaaef
# Compile IFC driver
bbaaef
# To compile, CONFIG_RTE_LIBRTE_VHOST and CONFIG_RTE_EAL_VFIO
bbaaef
# should be enabled.
bbaaef
CONFIG_RTE_LIBRTE_IFC_PMD=n
bbaaef
# Compile librte_bpf
bbaaef
CONFIG_RTE_LIBRTE_BPF=n
bbaaef
# allow load BPF from ELF files (requires libelf)
bbaaef
CONFIG_RTE_LIBRTE_BPF_ELF=n
bbaaef
# Compile architecture we compile for. test application
bbaaef
CONFIG_RTE_APP_TEST=y
bbaaef
CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
bbaaef
# Compile architecture we compile for. procinfo application
bbaaef
CONFIG_RTE_PROC_INFO=y
bbaaef
# Compile architecture we compile for. PMD test application
bbaaef
CONFIG_RTE_TEST_PMD=n
bbaaef
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
bbaaef
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
bbaaef
# Compile architecture we compile for. bbdev test application
bbaaef
CONFIG_RTE_TEST_BBDEV=n
bbaaef
# Compile architecture we compile for. crypto performance application
bbaaef
CONFIG_RTE_APP_CRYPTO_PERF=n
bbaaef
# Compile architecture we compile for. eventdev application
bbaaef
CONFIG_RTE_APP_EVENTDEV=n
bbaaef
CONFIG_RTE_EXEC_ENV_LINUXAPP=y
bbaaef
CONFIG_RTE_LIBRTE_VHOST_POSTCOPY=n
bbaaef
# Common libraries, before Bus/PMDs
bbaaef
# NXP DPAA BUS and drivers
bbaaef
# NXP FSLMC BUS and DPAA2 drivers
bbaaef
# NXP ENETC PMD Driver
bbaaef
CONFIG_RTE_ARCH_X86_64=y
bbaaef
CONFIG_RTE_ARCH_X86=y
bbaaef
CONFIG_RTE_ARCH_64=y
bbaaef
CONFIG_RTE_TOOLCHAIN_GCC=y
bbaaef
CONFIG_RTE_LIBRTE_PMD_XENVIRT=n