On Tue, 13 Aug 2024 17:00:03 +0100 Bruce Richardson <bruce.richa...@intel.com> wrote:
> +.. note:: > + > + The define ``RTE_MAX_QUEUES_PER_PORT`` is kept for backward compatibility. > + Its value is no longer hard-coded, > + but is set, at configuration time, to the maximum of the configured max > Rx and Tx queue values. Would rather it just be marked __rte_deprecated because a runtime calculation is going to break code that uses this to size arrays at compile time.