mirror of https://github.com/F-Stack/f-stack.git
17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (C) Broadcom 2017-2018. All rights reserved.
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
|
|
|
# Broadcom - Stingray
|
|
CONFIG_RTE_MACHINE="armv8a"
|
|
CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72"
|
|
|
|
# Doesn't support NUMA
|
|
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
|
|
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
|
|
|
|
CONFIG_RTE_EAL_IGB_UIO=y
|
|
CONFIG_RTE_KNI_KMOD=n
|