[PATCH v15] app/procinfo: display eventdev xstats

2023-05-24 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 v15] app/procinfo: display eventdev xstats

2023-05-25 Thread Stephen Hemminger
On Thu, 25 May 2023 01:08:51 -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