Re: [PATCH v1] app/procinfo: revise display eventdev xstats

2023-07-12 Thread Thomas Monjalon
> > process_eventdev_xstats() function was iterating over eventdev_var[] > > structure even if there is no eventdev present. > > Revised the code to check to iterate and only look for the number of > > eventdevs present in the system. Also, shortened function name to > > eventdev_xstats(). > > > >

RE: [PATCH v1] app/procinfo: revise display eventdev xstats

2023-07-11 Thread Yuan, DukaiX
> -Original Message- > From: Abdullah Sevincer > Sent: 2023年7月9日 0:24 > To: dev@dpdk.org > Cc: Pattan, Reshma ; > step...@networkplumber.org; Sevincer, Abdullah > ; sta...@dpdk.org > Subject: [PATCH v1] app/procinfo: revise display eventdev xstats > > proc

[PATCH v1] app/procinfo: revise display eventdev xstats

2023-07-08 Thread Abdullah Sevincer
process_eventdev_xstats() function was iterating over eventdev_var[] structure even if there is no eventdev present. Revised the code to check to iterate and only look for the number of eventdevs present in the system. Also, shortened function name to eventdev_xstats(). Coverity issue: 395458 Fixe