+15
−41
Loading
Load balancing for idle iSCSI connections uses the RTE EAL Launch state and uses DPDK RTE EAL API. But all SPDK reactors will exit simultaneously because each SPDK reactor checks if the global state is RUNNING to exit. Hence calling rte_eal_get_lcore_state() is not necessary. When the reactor hot-plug function is supported, this implementation will be reconsidered together. Change-Id: I34eaf3e42b5b7deae6473d2bfaf0910aaa9da6de Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/391339 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>