Blame SOURCES/ppc_64-power8-linuxapp-gcc-config

a6040a
# -*- cfg-sha: 66873b0483ad6c1ddd2ac86b1c5a551b36bb44ee99fc23b2be6a5274e7a35efe
e49aad
# BSD LICENSE
e49aad
# Copyright (C) IBM Corporation 2014.
e49aad
# Redistribution and use in source and binary forms, with or without
e49aad
# modification, are permitted provided that the following conditions
e49aad
# are met:
e49aad
# * Redistributions of source code must retain the above copyright
e49aad
# notice, this list of conditions and the following disclaimer.
e49aad
# * Redistributions in binary form must reproduce the above copyright
e49aad
# notice, this list of conditions and the following disclaimer in
e49aad
# the documentation and/or other materials provided with the
e49aad
# distribution.
e49aad
# * Neither the name of IBM Corporation nor the names of its
e49aad
# contributors may be used to endorse or promote products derived
e49aad
# from this software without specific prior written permission.
e49aad
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
e49aad
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
e49aad
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
e49aad
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
e49aad
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
e49aad
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
e49aad
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
e49aad
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
e49aad
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
e49aad
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
e49aad
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
e49aad
# BSD LICENSE
e49aad
# Copyright(c) 2010-2016 Intel Corporation. All rights reserved.
e49aad
# All rights reserved.
e49aad
# Redistribution and use in source and binary forms, with or without
e49aad
# modification, are permitted provided that the following conditions
e49aad
# are met:
e49aad
# * Redistributions of source code must retain the above copyright
e49aad
# notice, this list of conditions and the following disclaimer.
e49aad
# * Redistributions in binary form must reproduce the above copyright
e49aad
# notice, this list of conditions and the following disclaimer in
e49aad
# the documentation and/or other materials provided with the
e49aad
# distribution.
e49aad
# * Neither the name of Intel Corporation nor the names of its
e49aad
# contributors may be used to endorse or promote products derived
e49aad
# from this software without specific prior written permission.
e49aad
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
e49aad
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
e49aad
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
e49aad
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
e49aad
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
e49aad
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
e49aad
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
e49aad
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
e49aad
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
e49aad
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
e49aad
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
e49aad
# BSD LICENSE
e49aad
# Copyright(c) 2010-2017 Intel Corporation. All rights reserved.
e49aad
# All rights reserved.
e49aad
# Redistribution and use in source and binary forms, with or without
e49aad
# modification, are permitted provided that the following conditions
e49aad
# are met:
e49aad
# * Redistributions of source code must retain the above copyright
e49aad
# notice, this list of conditions and the following disclaimer.
e49aad
# * Redistributions in binary form must reproduce the above copyright
e49aad
# notice, this list of conditions and the following disclaimer in
e49aad
# the documentation and/or other materials provided with the
e49aad
# distribution.
e49aad
# * Neither the name of Intel Corporation nor the names of its
e49aad
# contributors may be used to endorse or promote products derived
e49aad
# from this software without specific prior written permission.
e49aad
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
e49aad
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
e49aad
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
e49aad
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
e49aad
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
e49aad
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
e49aad
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
e49aad
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
e49aad
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
e49aad
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
e49aad
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
e49aad
# RTE_EXEC_ENV values are the directories in mk/exec-env/
e49aad
CONFIG_RTE_EXEC_ENV="linuxapp"
e49aad
# RTE_ARCH values are architecture we compile for. directories in mk/arch/
e49aad
CONFIG_RTE_ARCH="ppc_64"
e49aad
# machine can define specific variables or action for a specific board
e49aad
# RTE_MACHINE values are architecture we compile for. directories in mk/machine/
e49aad
CONFIG_RTE_MACHINE="power8"
e49aad
# The compiler we use.
e49aad
# RTE_TOOLCHAIN values are architecture we compile for. directories in mk/toolchain/
e49aad
CONFIG_RTE_TOOLCHAIN="gcc"
e49aad
# Use intrinsics or assembly code for key routines
e49aad
CONFIG_RTE_FORCE_INTRINSICS=n
e49aad
# Machine forces strict alignment constraints.
e49aad
CONFIG_RTE_ARCH_STRICT_ALIGN=n
e49aad
# Compile to share library
e49aad
CONFIG_RTE_BUILD_SHARED_LIB=y
e49aad
# Use newest code breaking previous ABI
e49aad
CONFIG_RTE_NEXT_ABI=n
e49aad
# Major ABI to overwrite library specific LIBABIVER
e49aad
CONFIG_RTE_MAJOR_ABI=
e49aad
# Machine's cache line size
e49aad
CONFIG_RTE_CACHE_LINE_SIZE=128
e49aad
# Compile Environment Abstraction Layer
e49aad
CONFIG_RTE_LIBRTE_EAL=y
e49aad
CONFIG_RTE_MAX_LCORE=256
e49aad
CONFIG_RTE_MAX_NUMA_NODES=32
e49aad
CONFIG_RTE_MAX_MEMSEG=256
e49aad
CONFIG_RTE_MAX_MEMZONE=2560
e49aad
CONFIG_RTE_MAX_TAILQ=32
e49aad
CONFIG_RTE_ENABLE_ASSERT=n
e49aad
CONFIG_RTE_LOG_LEVEL=RTE_LOG_INFO
e49aad
CONFIG_RTE_LOG_DP_LEVEL=RTE_LOG_INFO
e49aad
CONFIG_RTE_LOG_HISTORY=256
e49aad
CONFIG_RTE_BACKTRACE=y
e49aad
CONFIG_RTE_LIBEAL_USE_HPET=n
e49aad
CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n
e49aad
CONFIG_RTE_EAL_ALWAYS_PANIC_ON_ERROR=n
e49aad
CONFIG_RTE_EAL_IGB_UIO=n
e49aad
CONFIG_RTE_EAL_VFIO=y
e49aad
CONFIG_RTE_MALLOC_DEBUG=n
e49aad
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=y
e49aad
# Recognize/ignore architecture we compile for. AVX/AVX512 CPU flags for performance/power testing.
e49aad
# AVX512 is marked as experimental for now, will enable it after enough
e49aad
# field test and possible optimization.
e49aad
CONFIG_RTE_ENABLE_AVX=y
e49aad
CONFIG_RTE_ENABLE_AVX512=n
e49aad
# Default driver path (or "" to disable)
e49aad
CONFIG_RTE_EAL_PMD_PATH="/usr/lib64/dpdk-pmds"
e49aad
# Compile Environment Abstraction Layer to support Vmware TSC map
e49aad
CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=n
e49aad
# Compile architecture we compile for. PCI library
e49aad
CONFIG_RTE_LIBRTE_PCI=y
e49aad
# Compile architecture we compile for. argument parser library
e49aad
CONFIG_RTE_LIBRTE_KVARGS=y
e49aad
# Compile generic ethernet library
e49aad
CONFIG_RTE_LIBRTE_ETHER=y
e49aad
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
e49aad
CONFIG_RTE_MAX_ETHPORTS=32
e49aad
CONFIG_RTE_MAX_QUEUES_PER_PORT=1024
e49aad
CONFIG_RTE_LIBRTE_IEEE1588=n
e49aad
CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
e49aad
CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
e49aad
CONFIG_RTE_ETHDEV_PROFILE_ITT_WASTED_RX_ITERATIONS=n
e49aad
# Turn off Tx preparation stage
e49aad
# Warning: rte_eth_tx_prepare() can be safely disabled only if using a
e49aad
# driver which do not implement any Tx preparation.
e49aad
CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
e49aad
# Compile PCI bus driver
e49aad
CONFIG_RTE_LIBRTE_PCI_BUS=y
e49aad
# Compile architecture we compile for. vdev bus
e49aad
CONFIG_RTE_LIBRTE_VDEV_BUS=y
e49aad
# Compile burst-oriented Amazon ENA PMD driver
e49aad
CONFIG_RTE_LIBRTE_ENA_PMD=n
e49aad
CONFIG_RTE_LIBRTE_ENA_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_ENA_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_ENA_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_ENA_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_ENA_COM_DEBUG=n
e49aad
# Compile burst-oriented IGB & EM PMD drivers
e49aad
CONFIG_RTE_LIBRTE_EM_PMD=n
e49aad
CONFIG_RTE_LIBRTE_IGB_PMD=n
e49aad
CONFIG_RTE_LIBRTE_E1000_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_E1000_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_E1000_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_E1000_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_E1000_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC=n
e49aad
# Compile burst-oriented IXGBE PMD driver
e49aad
CONFIG_RTE_LIBRTE_IXGBE_PMD=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_IXGBE_PF_DISABLE_STRIP_CRC=n
e49aad
CONFIG_RTE_IXGBE_INC_VECTOR=y
e49aad
CONFIG_RTE_LIBRTE_IXGBE_BYPASS=n
e49aad
# Compile burst-oriented I40E PMD driver
e49aad
CONFIG_RTE_LIBRTE_I40E_PMD=y
e49aad
CONFIG_RTE_LIBRTE_I40E_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_I40E_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_I40E_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC=y
e49aad
CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y
e49aad
CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n
e49aad
CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_PF=64
e49aad
CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4
e49aad
CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=4
e49aad
# interval up to 8160 us, aligned to 2 (or default value)
e49aad
CONFIG_RTE_LIBRTE_I40E_ITR_INTERVAL=-1
e49aad
# Compile burst-oriented FM10K PMD
e49aad
CONFIG_RTE_LIBRTE_FM10K_PMD=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y
e49aad
CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y
e49aad
# Compile burst-oriented Mellanox ConnectX-3 (MLX4) PMD
e49aad
CONFIG_RTE_LIBRTE_MLX4_PMD=n
e49aad
CONFIG_RTE_LIBRTE_MLX4_DEBUG=n
e49aad
CONFIG_RTE_LIBRTE_MLX4_DEBUG_BROKEN_VERBS=n
a6040a
CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS=n
e49aad
CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
e49aad
# Compile burst-oriented Mellanox ConnectX-4 & ConnectX-5 (MLX5) PMD
e49aad
CONFIG_RTE_LIBRTE_MLX5_PMD=n
e49aad
CONFIG_RTE_LIBRTE_MLX5_DEBUG=n
a6040a
CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS=n
e49aad
CONFIG_RTE_LIBRTE_MLX5_TX_MP_CACHE=8
e49aad
# Compile burst-oriented Broadcom PMD driver
e49aad
CONFIG_RTE_LIBRTE_BNX2X_PMD=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_DEBUG=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n
e49aad
CONFIG_RTE_LIBRTE_BNX2X_DEBUG_PERIODIC=n
e49aad
# Compile burst-oriented Chelsio Terminator (CXGBE) PMD
e49aad
CONFIG_RTE_LIBRTE_CXGBE_PMD=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_CXGBE_TPUT=y
e49aad
# Compile burst-oriented Cisco ENIC PMD driver
e49aad
CONFIG_RTE_LIBRTE_ENIC_PMD=n
e49aad
CONFIG_RTE_LIBRTE_ENIC_DEBUG=n
e49aad
CONFIG_RTE_LIBRTE_ENIC_DEBUG_FLOW=n
e49aad
# Compile burst-oriented Netronome NFP PMD driver
e49aad
CONFIG_RTE_LIBRTE_NFP_PMD=n
e49aad
CONFIG_RTE_LIBRTE_NFP_DEBUG=n
e49aad
# Compile Marvell PMD driver
e49aad
CONFIG_RTE_LIBRTE_MRVL_PMD=n
e49aad
# Compile burst-oriented Broadcom BNXT PMD driver
e49aad
CONFIG_RTE_LIBRTE_BNXT_PMD=n
e49aad
# Compile burst-oriented Solarflare libefx-based PMD
e49aad
CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n
e49aad
CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
e49aad
# Compile SOFTNIC PMD
e49aad
CONFIG_RTE_LIBRTE_PMD_SOFTNIC=y
e49aad
# Compile software PMD backed by SZEDATA2 device
e49aad
CONFIG_RTE_LIBRTE_PMD_SZEDATA2=n
e49aad
# Defines firmware type address space.
e49aad
# See documentation for supported values.
e49aad
# Other values raise compile time error.
e49aad
CONFIG_RTE_LIBRTE_PMD_SZEDATA2_AS=0
e49aad
# Compile burst-oriented Cavium Thunderx NICVF PMD driver
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=n
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_MBOX=n
e49aad
# Compile burst-oriented Cavium LiquidIO PMD driver
e49aad
CONFIG_RTE_LIBRTE_LIO_PMD=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_MBOX=n
e49aad
CONFIG_RTE_LIBRTE_LIO_DEBUG_REGS=n
e49aad
# NXP DPAA Bus
e49aad
CONFIG_RTE_LIBRTE_DPAA_BUS=n
e49aad
CONFIG_RTE_LIBRTE_DPAA_MEMPOOL=n
e49aad
CONFIG_RTE_LIBRTE_DPAA_PMD=n
e49aad
# Compile burst-oriented Cavium OCTEONTX network PMD driver
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_PMD=n
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_MBOX=n
e49aad
# Compile NXP DPAA2 FSL-MC Bus
e49aad
CONFIG_RTE_LIBRTE_FSLMC_BUS=n
e49aad
# Compile Support Libraries for NXP DPAA2
e49aad
CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=y
e49aad
# Compile burst-oriented NXP DPAA2 PMD driver
e49aad
CONFIG_RTE_LIBRTE_DPAA2_PMD=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_DEBUG_TX_FREE=n
e49aad
# Compile burst-oriented VIRTIO PMD driver
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_PMD=y
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP=n
e49aad
# Compile virtio device emulation inside virtio PMD driver
e49aad
CONFIG_RTE_VIRTIO_USER=y
e49aad
# Compile burst-oriented VMXNET3 PMD driver
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_PMD=n
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_TX_FREE=n
e49aad
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER=n
e49aad
# Compile example software rings based PMD
e49aad
CONFIG_RTE_LIBRTE_PMD_RING=y
e49aad
CONFIG_RTE_PMD_RING_MAX_RX_RINGS=16
e49aad
CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
e49aad
# Compile software PMD backed by PCAP files
e49aad
CONFIG_RTE_LIBRTE_PMD_PCAP=n
e49aad
# Compile link bonding PMD library
e49aad
CONFIG_RTE_LIBRTE_PMD_BOND=n
e49aad
CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB=n
e49aad
CONFIG_RTE_LIBRTE_BOND_DEBUG_ALB_L1=n
e49aad
# QLogic 10G/25G/40G/50G/100G PMD
e49aad
CONFIG_RTE_LIBRTE_QEDE_PMD=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_QEDE_VF_TX_SWITCH=y
e49aad
#Provides abs path/name of architecture we compile for. firmware file.
e49aad
#Empty string denotes driver will use default firmware
e49aad
CONFIG_RTE_LIBRTE_QEDE_FW=""
e49aad
# Compile software PMD backed by AF_PACKET sockets (Linux only)
e49aad
CONFIG_RTE_LIBRTE_PMD_AF_PACKET=n
e49aad
# Compile ARK PMD
e49aad
CONFIG_RTE_LIBRTE_ARK_PMD=n
e49aad
CONFIG_RTE_LIBRTE_ARK_PAD_TX=y
e49aad
CONFIG_RTE_LIBRTE_ARK_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_ARK_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_ARK_DEBUG_STATS=n
e49aad
CONFIG_RTE_LIBRTE_ARK_DEBUG_TRACE=n
e49aad
# Compile WRS accelerated virtual port (AVP) guest PMD driver
e49aad
CONFIG_RTE_LIBRTE_AVP_PMD=n
e49aad
CONFIG_RTE_LIBRTE_AVP_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_AVP_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_AVP_DEBUG_DRIVER=y
e49aad
CONFIG_RTE_LIBRTE_AVP_DEBUG_BUFFERS=n
e49aad
# Compile architecture we compile for. TAP PMD
e49aad
# It is enabled by default for Linux only.
e49aad
CONFIG_RTE_LIBRTE_PMD_TAP=n
e49aad
# Compile null PMD
e49aad
CONFIG_RTE_LIBRTE_PMD_NULL=n
e49aad
# Compile fail-safe PMD
e49aad
CONFIG_RTE_LIBRTE_PMD_FAILSAFE=y
e49aad
# Do prefetch of packet data within PMD driver receive function
e49aad
CONFIG_RTE_PMD_PACKET_PREFETCH=y
e49aad
# Compile generic crypto device library
e49aad
CONFIG_RTE_LIBRTE_CRYPTODEV=y
e49aad
CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
e49aad
CONFIG_RTE_CRYPTO_MAX_DEVS=64
e49aad
CONFIG_RTE_CRYPTODEV_NAME_LEN=64
e49aad
# Compile PMD for ARMv8 Crypto device
e49aad
CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO=n
e49aad
CONFIG_RTE_LIBRTE_PMD_ARMV8_CRYPTO_DEBUG=n
e49aad
# Compile NXP DPAA2 crypto sec driver for CAAM HW
e49aad
CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_DPAA2_SEC_DEBUG_RX=n
e49aad
# NXP DPAA caam - crypto driver
e49aad
CONFIG_RTE_LIBRTE_PMD_DPAA_SEC=n
e49aad
CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_DRIVER=n
e49aad
CONFIG_RTE_LIBRTE_DPAA_SEC_DEBUG_RX=n
e49aad
# Compile PMD for QuickAssist based devices
e49aad
CONFIG_RTE_LIBRTE_PMD_QAT=n
e49aad
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_INIT=n
e49aad
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_TX=n
e49aad
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_RX=n
e49aad
CONFIG_RTE_LIBRTE_PMD_QAT_DEBUG_DRIVER=n
e49aad
# Number of sessions to create in architecture we compile for. session memory pool
e49aad
# on a single QuickAssist device.
e49aad
CONFIG_RTE_QAT_PMD_MAX_NB_SESSIONS=2048
e49aad
# Compile PMD for AESNI backed device
e49aad
CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n
e49aad
CONFIG_RTE_LIBRTE_PMD_AESNI_MB_DEBUG=n
e49aad
# Compile PMD for Software backed device
e49aad
CONFIG_RTE_LIBRTE_PMD_OPENSSL=n
e49aad
CONFIG_RTE_LIBRTE_PMD_OPENSSL_DEBUG=n
e49aad
# Compile PMD for AESNI GCM device
e49aad
CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=n
e49aad
CONFIG_RTE_LIBRTE_PMD_AESNI_GCM_DEBUG=n
e49aad
# Compile PMD for SNOW 3G device
e49aad
CONFIG_RTE_LIBRTE_PMD_SNOW3G=n
e49aad
CONFIG_RTE_LIBRTE_PMD_SNOW3G_DEBUG=n
e49aad
# Compile PMD for KASUMI device
e49aad
CONFIG_RTE_LIBRTE_PMD_KASUMI=n
e49aad
CONFIG_RTE_LIBRTE_PMD_KASUMI_DEBUG=n
e49aad
# Compile PMD for ZUC device
e49aad
CONFIG_RTE_LIBRTE_PMD_ZUC=n
e49aad
CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
e49aad
# Compile PMD for Crypto Scheduler device
e49aad
CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=n
e49aad
CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
e49aad
# Compile PMD for NULL Crypto device
e49aad
CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=n
e49aad
# Compile PMD for Marvell Crypto device
e49aad
CONFIG_RTE_LIBRTE_PMD_MRVL_CRYPTO=n
e49aad
CONFIG_RTE_LIBRTE_PMD_MRVL_CRYPTO_DEBUG=n
e49aad
# Compile generic security library
e49aad
CONFIG_RTE_LIBRTE_SECURITY=y
e49aad
# Compile generic event device library
e49aad
CONFIG_RTE_LIBRTE_EVENTDEV=y
e49aad
CONFIG_RTE_LIBRTE_EVENTDEV_DEBUG=n
e49aad
CONFIG_RTE_EVENT_MAX_DEVS=16
e49aad
CONFIG_RTE_EVENT_MAX_QUEUES_PER_DEV=64
e49aad
# Compile PMD for skeleton event device
e49aad
CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV=n
e49aad
CONFIG_RTE_LIBRTE_PMD_SKELETON_EVENTDEV_DEBUG=n
e49aad
# Compile PMD for software event device
e49aad
CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV=n
e49aad
CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV_DEBUG=n
e49aad
# Compile PMD for octeontx sso event device
e49aad
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=n
e49aad
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF_DEBUG=n
e49aad
# Compile librte_ring
e49aad
CONFIG_RTE_LIBRTE_RING=y
e49aad
# Compile librte_mempool
e49aad
CONFIG_RTE_LIBRTE_MEMPOOL=y
e49aad
CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
e49aad
CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
e49aad
# Compile Mempool drivers
e49aad
CONFIG_RTE_DRIVER_MEMPOOL_RING=y
e49aad
CONFIG_RTE_DRIVER_MEMPOOL_STACK=y
e49aad
# Compile PMD for octeontx fpa mempool device
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL=y
e49aad
CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL_DEBUG=n
e49aad
# Compile librte_mbuf
e49aad
CONFIG_RTE_LIBRTE_MBUF=y
e49aad
CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
e49aad
CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS="ring_mp_mc"
e49aad
CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
e49aad
CONFIG_RTE_PKTMBUF_HEADROOM=128
e49aad
# Compile librte_timer
e49aad
CONFIG_RTE_LIBRTE_TIMER=y
e49aad
CONFIG_RTE_LIBRTE_TIMER_DEBUG=n
e49aad
# Compile librte_cfgfile
e49aad
CONFIG_RTE_LIBRTE_CFGFILE=y
e49aad
# Compile librte_cmdline
e49aad
CONFIG_RTE_LIBRTE_CMDLINE=y
e49aad
CONFIG_RTE_LIBRTE_CMDLINE_DEBUG=n
e49aad
# Compile librte_hash
e49aad
CONFIG_RTE_LIBRTE_HASH=y
e49aad
CONFIG_RTE_LIBRTE_HASH_DEBUG=n
e49aad
# Compile librte_efd
e49aad
CONFIG_RTE_LIBRTE_EFD=y
e49aad
# Compile librte_member
e49aad
CONFIG_RTE_LIBRTE_MEMBER=y
e49aad
# Compile librte_jobstats
e49aad
CONFIG_RTE_LIBRTE_JOBSTATS=y
e49aad
# Compile architecture we compile for. device metrics library
e49aad
CONFIG_RTE_LIBRTE_METRICS=y
e49aad
# Compile architecture we compile for. bitrate statistics library
e49aad
CONFIG_RTE_LIBRTE_BITRATE=y
e49aad
# Compile architecture we compile for. latency statistics library
e49aad
CONFIG_RTE_LIBRTE_LATENCY_STATS=y
e49aad
# Compile librte_lpm
e49aad
CONFIG_RTE_LIBRTE_LPM=y
e49aad
CONFIG_RTE_LIBRTE_LPM_DEBUG=n
e49aad
# Compile librte_acl
e49aad
CONFIG_RTE_LIBRTE_ACL=y
e49aad
CONFIG_RTE_LIBRTE_ACL_DEBUG=n
e49aad
# Compile librte_power
e49aad
CONFIG_RTE_LIBRTE_POWER=y
e49aad
CONFIG_RTE_LIBRTE_POWER_DEBUG=n
e49aad
CONFIG_RTE_MAX_LCORE_FREQS=64
e49aad
# Compile librte_net
e49aad
CONFIG_RTE_LIBRTE_NET=y
e49aad
# Compile librte_ip_frag
e49aad
CONFIG_RTE_LIBRTE_IP_FRAG=y
e49aad
CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
e49aad
CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
e49aad
CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
e49aad
# Compile GRO library
e49aad
CONFIG_RTE_LIBRTE_GRO=y
e49aad
# Compile GSO library
e49aad
CONFIG_RTE_LIBRTE_GSO=y
e49aad
# Compile librte_meter
e49aad
CONFIG_RTE_LIBRTE_METER=y
e49aad
# Compile librte_classify
e49aad
CONFIG_RTE_LIBRTE_FLOW_CLASSIFY=y
e49aad
# Compile librte_sched
e49aad
CONFIG_RTE_LIBRTE_SCHED=y
e49aad
CONFIG_RTE_SCHED_DEBUG=n
e49aad
CONFIG_RTE_SCHED_RED=n
e49aad
CONFIG_RTE_SCHED_COLLECT_STATS=n
e49aad
CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
e49aad
CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
e49aad
CONFIG_RTE_SCHED_VECTOR=n
e49aad
# Compile architecture we compile for. distributor library
e49aad
CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
e49aad
# Compile architecture we compile for. reorder library
e49aad
CONFIG_RTE_LIBRTE_REORDER=y
e49aad
# Compile librte_port
e49aad
CONFIG_RTE_LIBRTE_PORT=y
e49aad
CONFIG_RTE_PORT_STATS_COLLECT=n
e49aad
CONFIG_RTE_PORT_PCAP=n
e49aad
# Compile librte_table
e49aad
CONFIG_RTE_LIBRTE_TABLE=y
e49aad
CONFIG_RTE_TABLE_STATS_COLLECT=n
e49aad
# Compile librte_pipeline
e49aad
CONFIG_RTE_LIBRTE_PIPELINE=y
e49aad
CONFIG_RTE_PIPELINE_STATS_COLLECT=n
e49aad
# Compile librte_kni
e49aad
CONFIG_RTE_LIBRTE_KNI=n
e49aad
CONFIG_RTE_LIBRTE_PMD_KNI=n
e49aad
CONFIG_RTE_KNI_KMOD=n
e49aad
CONFIG_RTE_KNI_KMOD_ETHTOOL=n
e49aad
CONFIG_RTE_KNI_PREEMPT_DEFAULT=y
e49aad
# Compile architecture we compile for. pdump library
e49aad
CONFIG_RTE_LIBRTE_PDUMP=y
e49aad
# Compile vhost user library
e49aad
CONFIG_RTE_LIBRTE_VHOST=y
e49aad
CONFIG_RTE_LIBRTE_VHOST_NUMA=y
e49aad
CONFIG_RTE_LIBRTE_VHOST_DEBUG=n
e49aad
# Compile vhost PMD
e49aad
# To compile, CONFIG_RTE_LIBRTE_VHOST should be enabled.
e49aad
CONFIG_RTE_LIBRTE_PMD_VHOST=y
e49aad
# Compile architecture we compile for. test application
e49aad
CONFIG_RTE_APP_TEST=y
e49aad
CONFIG_RTE_APP_TEST_RESOURCE_TAR=n
e49aad
# Compile architecture we compile for. PMD test application
e49aad
CONFIG_RTE_TEST_PMD=y
e49aad
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
e49aad
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
e49aad
# Compile architecture we compile for. crypto performance application
e49aad
CONFIG_RTE_APP_CRYPTO_PERF=y
e49aad
# Compile architecture we compile for. eventdev application
e49aad
CONFIG_RTE_APP_EVENTDEV=y
e49aad
CONFIG_RTE_EXEC_ENV_LINUXAPP=y
e49aad
CONFIG_RTE_ARCH_PPC_64=y
e49aad
CONFIG_RTE_ARCH_64=y
e49aad
CONFIG_RTE_TOOLCHAIN_GCC=y
e49aad
# Note: Power doesn't have this support
e49aad
# Note: Initially, all of architecture we compile for. PMD drivers compilation are turned off on Power
e49aad
# Will turn on them only after architecture we compile for. successful testing on Power
e49aad
CONFIG_RTE_LIBRTE_PMD_XENVIRT=n