From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 14:27:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE591065672 for ; Thu, 3 Mar 2011 14:27:14 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 47F278FC17 for ; Thu, 3 Mar 2011 14:27:14 +0000 (UTC) Received: from mr129041.univ-rennes1.fr (mr129041.cri.univ-rennes1.fr [129.20.129.41]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 48C5B63307B for ; Thu, 3 Mar 2011 15:27:13 +0100 (CET) Received: from mr129041.univ-rennes1.fr (localhost [127.0.0.1]) by mr129041.univ-rennes1.fr (Postfix) with ESMTP id 025D5B874 for ; Thu, 3 Mar 2011 15:27:13 +0100 (CET) Date: Thu, 3 Mar 2011 15:27:12 +0100 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20110303152712.286cb86d@mr129041.univ-rennes1.fr> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: Ethernet cards Intel PRO/1000 QP (82571EB) and Intel PRO/1000 QP (82575GB) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 14:27:14 -0000 Hello, I've got two ethernet cards Intel PRO/1000 QP (82571EB) and Intel PRO/1000 QP (82575GB) in one router/firewall. I use OpenBSD 4.8 on this box. That works fine, but I see some input "Ierr" on the interfaces (using netstat), even when the load is not very high. $ netstat -I em2 -w2 (bandwith = 150 Mbits) em2 in packets errs 43263 0 43458 17 39056 0 46648 124 44783 630 42571 0 45338 0 40932 33 43713 84 40193 193 40491 0 I would like to know if under FreeBSD, you see this kind of Ierr? Thanks, regards.