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>
18 lines
353 B
Plaintext
18 lines
353 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2015 Cavium, Inc
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linux-gcc"
|
|
|
|
CONFIG_RTE_MACHINE="thunderx"
|
|
|
|
CONFIG_RTE_USE_C11_MEM_MODEL=n
|
|
CONFIG_RTE_MAX_NUMA_NODES=2
|
|
CONFIG_RTE_MAX_LCORE=96
|
|
CONFIG_RTE_MAX_VFIO_GROUPS=128
|
|
|
|
#
|
|
# Compile PMD for octeontx sso event device
|
|
#
|
|
CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF=y
|