mirror of https://github.com/F-Stack/f-stack.git
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Marvell International Ltd
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
|
|
|
CONFIG_RTE_MACHINE="thunderx2"
|
|
|
|
CONFIG_RTE_CACHE_LINE_SIZE=64
|
|
CONFIG_RTE_MAX_NUMA_NODES=2
|
|
CONFIG_RTE_MAX_LCORE=256
|
|
CONFIG_RTE_ARM_FEATURE_ATOMICS=y
|