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

2023-02-21 Thread Sevincer, Abdullah
:33 AM To: Sevincer, Abdullah Cc: dev@dpdk.org; jer...@marvell.com Subject: Re: [PATCH v3] app/procinfo: display eventdev xstats for PMD data On Fri, 17 Feb 2023 15:58:52 + "Sevincer, Abdullah" wrote: > From: Sevincer, Abdullah > Sent: Sunday, February 12, 2023 11:44

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

2023-02-17 Thread Stephen Hemminger
On Fri, 17 Feb 2023 15:58:52 + "Sevincer, Abdullah" wrote: > From: Sevincer, Abdullah > Sent: Sunday, February 12, 2023 11:44 AM > To: Stephen Hemminger > Cc: dev@dpdk.org; jer...@marvell.com > Subject: RE: [PATCH v3] app/procinfo: display eventdev xstats for PMD

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

2023-02-17 Thread Sevincer, Abdullah
Subject: RE: [PATCH v3] app/procinfo: display eventdev xstats for PMD data Thanks Stephen, I will remove extra line there. Instead malloc using of calloc is required or just suggestion? I can see allocation is done in same way with malloc in lib\eventdev\rte_eventdev.c (reference to

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

2023-02-12 Thread Sevincer, Abdullah
opposition. Thanks, Abdullah. -Original Message- From: Stephen Hemminger Sent: Monday, February 6, 2023 4:22 PM To: Sevincer, Abdullah Cc: dev@dpdk.org; jer...@marvell.com Subject: Re: [PATCH v3] app/procinfo: display eventdev xstats for PMD data On Mon, 6 Feb 2023 17:05:05 -0600

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

2023-02-06 Thread Stephen Hemminger
On Mon, 6 Feb 2023 17:05:05 -0600 Abdullah Sevincer wrote: > + > + size = (unsigned int)ret; /* number of names */ > + > + /* Get memory to hold stat names, IDs, and values */ > + > + xstats_names = malloc(sizeof(struct rte_event_dev_xstats_name) * size); > + ids = malloc(sizeof(

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

2023-02-06 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-