From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 25 21:00:04 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1214C96 for ; Fri, 25 Oct 2013 21:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F012E211F for ; Fri, 25 Oct 2013 21:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9PL03ec012861 for ; Fri, 25 Oct 2013 21:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9PL03YX012860; Fri, 25 Oct 2013 21:00:03 GMT (envelope-from gnats) Date: Fri, 25 Oct 2013 21:00:03 GMT Message-Id: <201310252100.r9PL03YX012860@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: hiren panchasara Subject: Re: kern/183271: statistic not updated on em in netmap mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: hiren panchasara List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 21:00:04 -0000 The following reply was made to PR kern/183271; it has been noted by GNATS. From: hiren panchasara To: Aleksey Fedorov Cc: bug-followup@freebsd.org Subject: Re: kern/183271: statistic not updated on em in netmap mode Date: Fri, 25 Oct 2013 13:54:45 -0700 On Fri, Oct 25, 2013 at 1:53 PM, Aleksey Fedorov wrote: > Hi! > > I have several ixgbe and all work fine on them in 9.1 and 9.2. > > # netstat -I ix0 1 > input (ix0) output > packets errs idrops bytes packets errs bytes colls > 174164 0 0 219554276 93908 0 128263302 0 > 174179 0 0 219555882 93418 0 127624014 0 > 174573 0 0 220132392 94717 0 129380690 0 > 173747 0 0 219101644 93755 0 128059768 0 > > > Problem is exactly with em network card. ah, my bad :-) Thanks for clarifying. Cheers, Hiren