+9
−8
Loading
We previously had just POLLER_COUNT_STR_LEN, which was used both for the threads tab, which has columns "Active Pollers", "Timed Pollers" and "Paused Pollers", as well as the cores tab which just has "Pollers". The cores tab suffers here, because it doesn't need the larger width since the column name is much shorter. So add a new POLLER_TYPE_COUNT_STR_LEN which the threads tab will use, with the existing length. And change POLLER_COUNT_STR_LEN to better match the column name width. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: Ic29031ad41847250978ce48dc1f1b3af611d7839 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23386 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Krzysztof Karas <krzysztof.karas@intel.com>