5d3cd28b4d
Some comments are not relevant in a config which only overrides the default config. The option CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER is already disabled by default so it can be removed from this file. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
23 lines
565 B
Plaintext
23 lines
565 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved.
|
|
# Copyright 2016 NXP
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linuxapp-gcc"
|
|
|
|
# NXP (Freescale) - Soc Architecture with WRIOP and QBMAN support
|
|
CONFIG_RTE_MACHINE="dpaa2"
|
|
CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72"
|
|
|
|
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
|
|
|
|
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n
|