svn commit: r184983 - user/kmacy/HEAD_fast_multi_xmit/sys/dev/cxgb

Kip Macy kmacy at FreeBSD.org
Fri Nov 14 22:02:43 PST 2008


Author: kmacy
Date: Sat Nov 15 06:02:42 2008
New Revision: 184983
URL: http://svn.freebsd.org/changeset/base/184983

Log:
  remove dead code diagnostic

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

Modified: user/kmacy/HEAD_fast_multi_xmit/sys/dev/cxgb/cxgb_sge.c
==============================================================================
--- user/kmacy/HEAD_fast_multi_xmit/sys/dev/cxgb/cxgb_sge.c	Sat Nov 15 05:49:15 2008	(r184982)
+++ user/kmacy/HEAD_fast_multi_xmit/sys/dev/cxgb/cxgb_sge.c	Sat Nov 15 06:02:42 2008	(r184983)
@@ -1888,12 +1888,6 @@ t3_free_tx_desc(struct sge_txq *q, int r
 			 *
 			 */
 			q->port->ifp->if_opackets++;
-#if defined(DIAGNOSTIC) && 0
-			if (m_get_priority(txsd->m[0]) != cidx) 
-				printf("pri=%d cidx=%d\n",
-				    (int)m_get_priority(txsd->m[0]), cidx);
-#endif			
-
 		} else
 			q->txq_skipped++;
 		


More information about the svn-src-user mailing list