svn commit: r193793 - user/kmacy/releng_7_2_fcs/sys/dev/cxgb

Kip Macy kmacy at FreeBSD.org
Tue Jun 9 01:21:50 UTC 2009


Author: kmacy
Date: Tue Jun  9 01:21:49 2009
New Revision: 193793
URL: http://svn.freebsd.org/changeset/base/193793

Log:
  don't disable coalesce in watchdog

Modified:
  user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_sge.c

Modified: user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_sge.c
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_sge.c	Tue Jun  9 01:07:06 2009	(r193792)
+++ user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_sge.c	Tue Jun  9 01:21:49 2009	(r193793)
@@ -229,8 +229,6 @@ check_pkt_coalesce(struct sge_qset *qs) 
 
 	if (__predict_false(cxgb_pcpu_tx_coalesce_force))
 		return (1);
-	if (__predict_false(qs->qs_flags & QS_FLUSHING))
-		return (0);
 	txq = &qs->txq[TXQ_ETH]; 
         sc = qs->port->adapter; 
 	fill = &sc->tunq_fill[qs->idx];


More information about the svn-src-user mailing list