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 <stephen@networkplumber.org>
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 <stephen@networkplumber.org>
Acked-by: Chengwen Feng <fengchengwen@huawei.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>