Commit 2f700bd9 authored by Ziye Yang's avatar Ziye Yang Committed by Jim Harris
Browse files

iscsi/conn: remove the libuns related comments.



Change-Id: I7df72b21f78ab7f0fe0389b478072330bbbd4215
Signed-off-by: default avatarZiye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/393015


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 75bb8a5c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -522,8 +522,7 @@ error_return:

	/*
	 * Since we are potentially moving control of this socket to a different
	 *  core, suspend the connection here.  This ensures any necessary libuns
	 *  housekeeping for TCP socket to lcore associations gets cleared.
	 *  core, suspend the connection here.
	 */
	conn->lcore = spdk_env_get_current_core();
	spdk_net_framework_clear_socket_association(conn->sock);