mirror of https://github.com/F-Stack/f-stack.git
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) Amazon.com, Inc or its affiliates
|
||
|
#
|
||
|
|
||
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
||
|
|
||
|
CONFIG_RTE_MACHINE="graviton2"
|
||
|
CONFIG_RTE_MAX_LCORE=64
|
||
|
CONFIG_RTE_CACHE_LINE_SIZE=64
|
||
|
CONFIG_RTE_MAX_MEM_MB=1048576
|
||
|
CONFIG_RTE_MAX_NUMA_NODES=1
|
||
|
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
|
||
|
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
|