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