Date: Fri, 6 Nov 2009 18:51:05 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <200911061851.nA6IpKng054882@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-11-06 18:51:05 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: SVN rev 198997 on 2009-11-06 18:51:05Z by yongari It's normal to see Rx FIFO overruns under high network load and showing the message creates other side-effects. Remove the Rx FIFO overrun message in interrupt handler. msk(4) should recover from the FIFO overruns without any user intervention. Users can still check the Rx FIFO overrun counter from MAC MIB statistics maintained in driver(dev.msk.0.stats.rx.overflows). Revision Changes Path 1.73 +1 -3 src/sys/dev/msk/if_msk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911061851.nA6IpKng054882>