https://bugs.dpdk.org/show_bug.cgi?id=1536 Stephen Hemminger (stephen@networkplumber.org) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephen@networkplumber.org Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Stephen Hemminger (stephen@networkplumber.org) --- This was addressed in 24.11 by increasing the size of RTE_MP_MAX_FD_NUM to the kernel limit (253) See: commit 5ff00bbc04d8338108241b083b7a6238208cfbc6 Author: Stephen Hemminger Date: Thu Sep 5 09:20:18 2024 -0700 ipc: increase file descriptor maximum number The TAP and XDP driver both are limited to only 8 queues because of the small limit imposed by EAL. Increase the limit now, since this release allows changing ABI. Signed-off-by: Stephen Hemminger Acked-by: Chengwen Feng Acked-by: Morten Brørup Acked-by: Ferruh Yigit -- You are receiving this mail because: You are the assignee for the bug.