+54
−19
Loading
This patch changes how cores, threads and pollers data structures are connected to each other. This is to ensure consistency and avoid writes/reads from null pointers when application state has been altered (e.g. by rescheduling thread to another core). Fixes #1921. Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Change-Id: If517a7db41c512b27f86598a047df8ed27d3a274 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7769 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Maciej Szwed <maciej.szwed@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>