f8d0f6d6cc
Currently all poll group operations are done on the core allocated to the connection but spdk_env_get_current_core() is called in every operation and they are not explicitly checked yet. This patch adds check and uses conn->lcore to operate poll group. Change-Id: Id3a882a51f4f2d7ed0074f9cd9a8ad5bd830234c Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/424743 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ziye Yang <optimistyzy@gmail.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>