Date: Sat, 30 Oct 2004 22:59:30 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200410302259.i9UMxUEw087562@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2004-10-30 22:59:30 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
Log:
With ALTQ, it is possible that although the queue was not empty when we
entered the interface start function, no packets were actually dequeued.
Therefore, keep a count of how many packets we really added onto the tx
chain, and initiate a transmit only if the count is non-zero.
Revision Changes Path
1.79 +7 -0 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410302259.i9UMxUEw087562>
