df46a0b893
Move logout check from iscsi_conn_handle_incoming_pdus() to spdk_iscsi_read_pdu() to introduce state machine into receive incoming PDUs processing. Besides, remove a debug log because similar debug log is already collected in spdk_iscsi_conn_read_data(). Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I11ee800eb1fd60796669d5390bd3cd1031066ca7 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470285 Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>