26ed1b2af7
Some config options are overwritten with the same value as the one inherited from its template parent. Such duplicates which have no meaningful comments are removed. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: David Marchand <david.marchand@redhat.com>
19 lines
400 B
Plaintext
19 lines
400 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Marvell International Ltd
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
|
|
|
CONFIG_RTE_MACHINE="octeontx2"
|
|
|
|
CONFIG_RTE_MAX_NUMA_NODES=1
|
|
CONFIG_RTE_MAX_LCORE=24
|
|
CONFIG_RTE_ARM_FEATURE_ATOMICS=y
|
|
|
|
# Doesn't support NUMA
|
|
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
|
|
CONFIG_RTE_LIBRTE_VHOST_NUMA=n
|
|
|
|
# Max supported NIX LFs
|
|
CONFIG_RTE_MAX_VFIO_GROUPS=128
|