[PATCH v16] app/procinfo: display eventdev xstats

2023-05-25 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats for the eventdev devices. New command line arguments are introduced to display xstats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): ./dpdk-proc-info -- --show-edev-port-xstats=1:0

Re: [PATCH v16] app/procinfo: display eventdev xstats

2023-05-25 Thread Stephen Hemminger
On Thu, 25 May 2023 11:41:27 -0500 Abdullah Sevincer wrote: > This commit extends proc-info application to > display xstats for the eventdev devices. > > New command line arguments are introduced to > display xstats for eventdev devices. The command > example is like: > > For displaying a speci

RE: [PATCH v16] app/procinfo: display eventdev xstats

2023-05-25 Thread Sevincer, Abdullah
>+ I was thinking of helper function and using const strings. >+ Don't need to panic on invalid eventdev. >+ Also the flags could be just bitfield to save some space. >+ Something like this. Untested since I have no hardware with >+ eventdevs. Thanks Stephen, Let me revise more with your sugge