+35
−12
Loading
Poller state does not change back from Busy to Idle after it has finished its work and this patch aims to resolve that issue. Added a field in poller history to store last busy_count of each poller for later comparisons with current values. Added a function to get last busy count of a poller. Modified related display functions. Fixes #2037 Change-Id: I214e41133eaf90b0f1d7995a53e577a7c1c5d33e Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8755 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>