From: Stephen Hemminger <[email protected]> Sent: Thursday, March 9, 2023 12:32 PM To: Sevincer, Abdullah <[email protected]> Cc: [email protected]; [email protected]; Pattan, Reshma <[email protected]> Subject: Re: [PATCH v7] app/procinfo: display eventdev xstats
On Thu, 9 Mar 2023 12:27:58 -0600 Abdullah Sevincer <[email protected]> wrote: > > +/* Note: Port_queue_id in xstats APIs is 8 bits, so we have a maximum > +of > + * 256 ports and queues for event_Dev */ #define MAX_PORTS_QUEUES > +256 > + >There is a goal of removing the per-queue stats part in generic stats. >And in the process removing that limit. Thanks Stephen, When this is expected?, if so putting per-queue stats not needed.

