From owner-freebsd-stable@FreeBSD.ORG Fri Aug 7 01:00:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A34106566B for ; Fri, 7 Aug 2009 01:00:29 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ipmail03.adl6.internode.on.net (ipmail03.adl6.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 05F4B8FC15 for ; Fri, 7 Aug 2009 01:00:28 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAOcZe0qWZZrw/2dsb2JhbADAF5FJhBgF X-IronPort-AV: E=Sophos;i="4.43,337,1246804200"; d="scan'208";a="14274022" Received: from ppp154-240.static.internode.on.net ([150.101.154.240]) by ipmail03.adl6.internode.on.net with ESMTP; 07 Aug 2009 10:30:17 +0930 Received: by ppp154-240.static.internode.on.net (Poo-fix, from userid 1001) id 75C5E5C45; Fri, 7 Aug 2009 11:00:16 +1000 (EST) Date: Fri, 7 Aug 2009 11:00:16 +1000 From: Emil Mikulic To: Vitezslav Novy Message-ID: <20090807010016.GC72850@dmr.ath.cx> References: <470971.22650.qm@web56407.mail.re3.yahoo.com> <4A7A7C13.40802@vnovy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A7A7C13.40802@vnovy.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: alexpalias-bsdstable@yahoo.com, freebsd-stable@freebsd.org Subject: Re: em driver input errors X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 01:00:29 -0000 On Thu, Aug 06, 2009 at 08:45:39AM +0200, Vitezslav Novy wrote: > I used net-snmpd before, but I was not able to use HC_* counters. If > I understand situation, bsnmpd creates 64bit counters from system 32 > bit counters, but net-snmpd does not. (Maybe I'm wrong). This used to be the case, but more recently you can enable MFD_REWRITES in the net-snmp port and you'll get working 64-bit counters.