04/10/2021 15:55, Konstantin Ananyev: > At queue configure stage always allocate space for maximum possible > number (RTE_MAX_QUEUES_PER_PORT) of queue pointers.
The problem with this max is that it cannot be changed dynamically. That could be another patch, but I would like to see this number a default max which can be changed with an init function called before any other configuration.