> > 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 > > Fixes: 674bb3906931 ("app/procinfo: display eventdev xstats") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Abdullah Sevincer <abdullah.sevin...@intel.com> > > --- > Tested-by: Dukai Yuan<dukaix.y...@intel.com>
No need Cc stable when the bug was introduced in the same release. Applied, thanks.