Date: Sun, 8 Nov 2009 01:13:38 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200911080113.nA81Dlj9002830@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-11-08 01:13:38 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 199035 on 2009-11-08 01:13:38Z by yongari Don't count input errors twice, we always read input errors from MAC in bge_tick. Previously it used to show more number of input errors. I noticed actual input errors were less than 8% even for 64 bytes UDP frames generated by netperf. Since we always access BGE_RXLP_LOCSTAT_IFIN_DROPS register in bge_tick, remove useless code protected by #ifdef notyet. Revision Changes Path 1.240 +0 -10 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911080113.nA81Dlj9002830>