[dpdk-dev] [PATCH 2/2] config: select maximum vfio groups on ThunderX

Pavan Nikhilesh pbhagavatula at caviumnetworks.com
Fri Dec 29 08:58:56 CET 2017


Increase the max vfio groups to 128.

Signed-off-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>
---
 config/defconfig_arm64-thunderx-linuxapp-gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/defconfig_arm64-thunderx-linuxapp-gcc b/config/defconfig_arm64-thunderx-linuxapp-gcc
index 45038b119..d502b7822 100644
--- a/config/defconfig_arm64-thunderx-linuxapp-gcc
+++ b/config/defconfig_arm64-thunderx-linuxapp-gcc
@@ -36,6 +36,7 @@ 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
-- 
2.14.1



More information about the dev mailing list