d02c470c87
The sw PMD implements xstats reset by having the xstat get operations
return a value to the statistic's value at the last reset. The value at the
last reset is maintained in the per-xstat reset_value field, but the PMD
was setting reset_value = current - reset_value instead of reset_value =
current.
Fixes:
|
||
---|---|---|
.. | ||
event_ring.h | ||
iq_chunk.h | ||
Makefile | ||
meson.build | ||
rte_pmd_sw_event_version.map | ||
sw_evdev_log.h | ||
sw_evdev_scheduler.c | ||
sw_evdev_selftest.c | ||
sw_evdev_worker.c | ||
sw_evdev_xstats.c | ||
sw_evdev.c | ||
sw_evdev.h |