+1
−11
+12
−4
+1
−2
Loading
lib/iscsi: Move spdk_iscsi_execute() from iscsi_conn_handle_incoming_pdus() to spdk_iscsi_read_pdu() Move spdk_iscsi_execute() from iscsi_conn_handle_incoming_pdus() to spdk_iscsi_read_pdu() and then strip the prefix spdk_ from spdk_iscsi_execute() and make it private. This is to introduce state machine into receive incoming PDU processing. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I5d5b3e55ece0994532e924d3c75d898cb373875c Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470287 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>