svn commit: r282580 - projects/em_mq/sys/dev/e1000

Sean Bruno sbruno at FreeBSD.org
Thu May 7 15:10:41 UTC 2015


Author: sbruno
Date: Thu May  7 15:10:40 2015
New Revision: 282580
URL: https://svnweb.freebsd.org/changeset/base/282580

Log:
  No need to print the debug information twice on the status of the queues.

Modified:
  projects/em_mq/sys/dev/e1000/if_em.c

Modified: projects/em_mq/sys/dev/e1000/if_em.c
==============================================================================
--- projects/em_mq/sys/dev/e1000/if_em.c	Thu May  7 15:07:33 2015	(r282579)
+++ projects/em_mq/sys/dev/e1000/if_em.c	Thu May  7 15:10:40 2015	(r282580)
@@ -2289,7 +2289,6 @@ em_local_timer(void *arg)
 	for (int i = 0; i < adapter->num_queues; i++, txr++) {
 		if ((txr->queue_status == EM_QUEUE_HUNG) &&
 		    (adapter->pause_frames == 0)) {
-			em_print_debug_info(adapter);
 			goto hung;
 		}
 		/* Schedule a TX tasklet if needed */


More information about the svn-src-projects mailing list