svn commit: r297368 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Mar 29 00:10:48 UTC 2016


Author: np
Date: Tue Mar 29 00:10:47 2016
New Revision: 297368
URL: https://svnweb.freebsd.org/changeset/base/297368

Log:
  cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"
  messages.
  
  Submitted by:	Krishnamraju Eraparaju @ Chelsio
  Sponsored by:	Chelsio Communications

Modified:
  head/sys/dev/cxgbe/iw_cxgbe/cm.c

Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c
==============================================================================
--- head/sys/dev/cxgbe/iw_cxgbe/cm.c	Mon Mar 28 22:18:37 2016	(r297367)
+++ head/sys/dev/cxgbe/iw_cxgbe/cm.c	Tue Mar 29 00:10:47 2016	(r297368)
@@ -1855,6 +1855,7 @@ process_mpa_request(struct c4iw_ep *ep)
 	    ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version);
 
 	state_set(&ep->com, MPA_REQ_RCVD);
+	STOP_EP_TIMER(ep);
 
 	/* drive upcall */
 	mutex_lock(&ep->parent_ep->com.mutex);


More information about the svn-src-all mailing list