8747b23929
This commit allows the xstats_get() API to return just a single
value based on its ID. Previously, the "ret_n_lt_stats" value
set to 1 ensured a check to take place that the array was larger
than the available xstats.
The xstats_get() API allows retriving of individual stats - hence
this check should be removed - by setting "ret_n_lt_stats" to zero.
Fixes:
|
||
---|---|---|
.. | ||
event_ring.h | ||
iq_ring.h | ||
Makefile | ||
rte_pmd_sw_event_version.map | ||
sw_evdev_scheduler.c | ||
sw_evdev_worker.c | ||
sw_evdev_xstats.c | ||
sw_evdev.c | ||
sw_evdev.h |