[dpdk-dev] [PATCH v4 1/7] ethdev: allocate max space for internal queue array
Thomas Monjalon
thomas at monjalon.net
Tue Oct 5 14:21:52 CEST 2021
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.
More information about the dev
mailing list