Author: delphij
Date: Fri Dec 19 00:17:09 2008
New Revision: 186304
URL: http://svn.freebsd.org/changeset/base/186304

Log:
  MFC r186169:
  
  Don't count InFramesL2FilterDiscards into Ierr.  This value does not represent
  a real packet error but simply indicate that an unexpected unicast or 
multicast
  error was received by the NIC, which was not counted in the past as well.
  
  Reported by:  many (on -stable@)
  Reviewed by:  davidch
  Approved by:  re (kensmith)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/bce/if_bce.c
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/dev/bce/if_bce.c
==============================================================================
--- stable/7/sys/dev/bce/if_bce.c       Fri Dec 19 00:14:45 2008        
(r186303)
+++ stable/7/sys/dev/bce/if_bce.c       Fri Dec 19 00:17:09 2008        
(r186304)
@@ -7408,7 +7408,6 @@ bce_stats_update(struct bce_softc *sc)
                (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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to