+19
−23
Loading
Issue: spdk_top tracked pollers by the poller name string and the thread_id they are running on. This shows incorrect stats when multiple pollers exist on the same thread with the same name. Solution: Updated spdk_top to track pollers by thread_id and poller_id. Signed-off-by:Michael Piszczek <mpiszczek@ddn.com> Change-Id: Ifd4a286d1982659c71f1f5410de53103257cef2b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9096 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Krzysztof Karas <krzysztof.karas@intel.com>