Re: [RFC PATCH v2 26/26] config: add computed max queues define for compatibility

2024-08-14 Thread Bruce Richardson
On Wed, Aug 14, 2024 at 08:01:19AM -0700, Stephen Hemminger wrote: > On Tue, 13 Aug 2024 17:00:03 +0100 > Bruce Richardson wrote: > > > +.. note:: > > + > > + The define ``RTE_MAX_QUEUES_PER_PORT`` is kept for backward > > compatibility. > > + Its value is no longer hard-coded, > > + but i

Re: [RFC PATCH v2 26/26] config: add computed max queues define for compatibility

2024-08-14 Thread Stephen Hemminger
On Tue, 13 Aug 2024 17:00:03 +0100 Bruce Richardson 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 va