Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 00:10:47 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297368 - head/sys/dev/cxgbe/iw_cxgbe
Message-ID:  <201603290010.u2T0AlOe073945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603290010.u2T0AlOe073945>