[dpdk-dev] [PATCH 2/2] config: increase interrupt vectors for octeontx2

pbhagavatula at marvell.com pbhagavatula at marvell.com
Thu Feb 25 20:01:11 CET 2021


From: Pavan Nikhilesh <pbhagavatula at marvell.com>

Increase maximum interrupt vectors to 1024 for octeontx2.

Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
 config/arm/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 00bc4610a..4e728380f 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -126,6 +126,7 @@ implementer_cavium = {
 				['RTE_ARM_FEATURE_ATOMICS', true],
 				['RTE_USE_C11_MEM_MODEL', true],
 				['RTE_EAL_IGB_UIO', false],
+				['RTE_MAX_RXTX_INTR_VEC_ID', 1024],
 				['RTE_MAX_LCORE', 36],
 				['RTE_MAX_NUMA_NODES', 1]
 			]
-- 
2.17.1



More information about the dev mailing list