1334a505ef
Increase the max vfio groups to 128. Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2015 Cavium, Inc
|
|
#
|
|
|
|
#include "defconfig_arm64-armv8a-linuxapp-gcc"
|
|
|
|
CONFIG_RTE_MACHINE="thunderx"
|
|
|
|
CONFIG_RTE_CACHE_LINE_SIZE=128
|
|
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
|