Date: Sun, 14 Dec 2008 01:36:35 -0800 From: Xin LI <delphij@delphij.net> To: Vlad GALU <dudu@dudu.ro> Cc: Mike Jakubik <mikej@rogers.com>, freebsd-stable@freebsd.org, Jeff Blank <jb000003@mr-happy.com> Subject: Re: bce(4) and rx errors Message-ID: <4944D3A3.8040505@delphij.net> In-Reply-To: <ad79ad6b0812101127r3ea9a292xb87bdc65a3e67735@mail.gmail.com> References: <ad79ad6b0812100659i33db659ewc022b0100f8b097f@mail.gmail.com> <20081210160325.GA72838@mr-happy.com> <da7c82b98cb2c738d4f0e1261f83044e.squirrel@wettoast.dyndns.org> <ad79ad6b0812101052s44894db3rd8cfe79438566a1@mail.gmail.com> <ad79ad6b0812101127r3ea9a292xb87bdc65a3e67735@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000908050001070704080706 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Gents, I have not yet talked this with David but it looks like this patch would make it disappear. Cheers, - -- Xin LI <delphij@delphij.net> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAklE06IACgkQi+vbBBjt66DwjgCeJ1RO+gL3mu13zAzXpPsbDi/R /BwAmQFAij74yusRq+KbcSNb3BMbLzNX =1zx3 -----END PGP SIGNATURE----- --------------000908050001070704080706 Content-Type: text/plain; name="bce-noL2Filter.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bce-noL2Filter.diff" Index: if_bce.c =================================================================== --- if_bce.c (revision 186076) +++ if_bce.c (working copy) @@ -7408,7 +7408,6 @@ (u_long) sc->stat_IfInMBUFDiscards + (u_long) sc->stat_Dot3StatsAlignmentErrors + (u_long) sc->stat_Dot3StatsFCSErrors + - (u_long) sc->stat_IfInFramesL2FilterDiscards + (u_long) sc->stat_IfInRuleCheckerDiscards + (u_long) sc->stat_IfInFTQDiscards + (u_long) sc->com_no_buffers; --------------000908050001070704080706--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4944D3A3.8040505>