[PATCH v6] app/procinfo: display eventdev xstats for PMD data

2023-02-22 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats and PMD dump data for the eventdev devices. New command line arguments are introduced to display stats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): dpdk-proc-info -- --edev-stats-

Re: [PATCH v6] app/procinfo: display eventdev xstats for PMD data

2023-02-27 Thread Jerin Jacob
On Thu, Feb 23, 2023 at 6:38 AM Abdullah Sevincer wrote: > > This commit extends proc-info application to > display xstats and PMD dump data for the eventdev > devices. > > New command line arguments are introduced to > display stats for eventdev devices. The command > example is like: > > For dis

RE: [PATCH v6] app/procinfo: display eventdev xstats for PMD data

2023-03-03 Thread Pattan, Reshma
> -Original Message- > From: Abdullah Sevincer > Subject: [PATCH v6] app/procinfo: display eventdev xstats for PMD data > I see you are supporting evendev stats print. You can make the heading clear by removing "PMD data" > +++ b/doc/guides/tools/proc_

RE: [PATCH v6] app/procinfo: display eventdev xstats for PMD data

2023-03-03 Thread Sevincer, Abdullah
AM To: Sevincer, Abdullah ; dev@dpdk.org Cc: jer...@marvell.com; step...@networkplumber.org; Sevincer, Abdullah Subject: RE: [PATCH v6] app/procinfo: display eventdev xstats for PMD data > -Original Message- > From: Abdullah Sevincer > Subject: [PATCH v6] app/procinfo: di

RE: [PATCH v6] app/procinfo: display eventdev xstats for PMD data

2023-03-03 Thread Pattan, Reshma
> -Original Message- > From: Sevincer, Abdullah > 1) What is the difference between "--edev-stats-enable" and "--edev-device- > stats" ? > --edev-stats-enable enables xstats for evendev and exits from proc-info > application (when this flag is enabled) after displaying xstats. I