Date: Tue, 13 Oct 2009 17:33:55 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200910131734.n9DHYGu5050990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-10-13 17:33:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/pci if_xl.c
Log:
SVN rev 198036 on 2009-10-13 17:33:55Z by yongari
MFC 191344:
Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.
Previously it used to clear the flag only when the transmit queue
is empty which may slow down Tx performance.
While I'm here check whether driver is running and whether we can
queue more packets in if_start handler. This fixes occasional
watchdog timeouts.
Revision Changes Path
1.210.2.3 +6 -2 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910131734.n9DHYGu5050990>
