dpdk-fm10k/config/defconfig_arm64-dpaa-linuxapp-gcc
Hemant Agrawal 487eec3401 config: remove redundant DPAA2 build
dpaa and dpaa2 config have evolved to be same. The same binary
can now work across the platforms. So, there is no need to maintain
two different build configs.
The dpaa config shall work for both generation of dpaa platforms.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2019-11-06 21:30:00 +01:00

32 lines
829 B
Plaintext

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016 Freescale Semiconductor, Inc.
# Copyright 2017-2019 NXP
#include "defconfig_arm64-armv8a-linux-gcc"
# NXP (Freescale) - Soc Architecture for DPAA or DPAA2 support
# DPAA - FMAN, QMAN & BMAN support (e.g. LS1043, LS1046)
# DPAA2 - WRIOP and QBMAN (e.g. LS1088, LS2088, LX2160 etc)
#
CONFIG_RTE_MACHINE="dpaa"
CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72"
#
# Compile Environment Abstraction Layer
#
CONFIG_RTE_MAX_LCORE=16
CONFIG_RTE_MAX_NUMA_NODES=1
CONFIG_RTE_CACHE_LINE_SIZE=64
CONFIG_RTE_PKTMBUF_HEADROOM=128
# Doesn't support NUMA
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
# Enable PHY mode when using VM-VFIO target
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n
# NXP DPAA Bus
CONFIG_RTE_LIBRTE_DPAA_DEBUG_DRIVER=n
CONFIG_RTE_LIBRTE_DPAA_HWDEBUG=n