2017-12-19 10:14:40 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved.
|
|
|
|
# Copyright 2016 NXP
|
2016-05-11 13:47:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#include "defconfig_arm64-armv8a-linuxapp-gcc"
|
|
|
|
|
|
|
|
# NXP (Freescale) - Soc Architecture with WRIOP and QBMAN support
|
|
|
|
CONFIG_RTE_MACHINE="dpaa2"
|
2017-05-26 06:51:06 +00:00
|
|
|
CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72"
|
2016-05-11 13:47:59 +00:00
|
|
|
|
2017-09-16 10:52:23 +00:00
|
|
|
CONFIG_RTE_MAX_LCORE=16
|
2016-05-11 13:47:59 +00:00
|
|
|
CONFIG_RTE_MAX_NUMA_NODES=1
|
2017-04-26 16:29:19 +00:00
|
|
|
CONFIG_RTE_CACHE_LINE_SIZE=64
|
2017-04-11 13:37:08 +00:00
|
|
|
|
2018-01-30 15:06:19 +00:00
|
|
|
CONFIG_RTE_PKTMBUF_HEADROOM=128
|
2017-04-11 13:42:39 +00:00
|
|
|
|
2017-06-29 05:59:19 +00:00
|
|
|
# Doesn't support NUMA
|
|
|
|
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
|
2017-06-29 05:59:20 +00:00
|
|
|
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
|
2017-06-29 05:59:19 +00:00
|
|
|
|
2017-07-11 14:55:58 +00:00
|
|
|
CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n
|