From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 14:49:43 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 703C01065672 for ; Thu, 3 Mar 2011 14:49:43 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8568FC12 for ; Thu, 3 Mar 2011 14:49:41 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 03 Mar 2011 09:49:42 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AYI49484; Thu, 3 Mar 2011 09:49:40 -0500 Received-SPF: None identity=pra; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 03 Mar 2011 09:49:40 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19823.43636.562011.533740@jerusalem.litteratus.org> Date: Thu, 3 Mar 2011 09:49:24 -0500 To: Patrick Lamaiziere In-Reply-To: <20110303152712.286cb86d@mr129041.univ-rennes1.fr> References: <20110303152712.286cb86d@mr129041.univ-rennes1.fr> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org 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:49:43 -0000 Patrick Lamaiziere writes: > 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. I have Pro/1000 GT "Dual Port Gigabit Ethernet Controller (82546EB)". huff@>> uptime 9:46AM up 50 days, 22:16, 5 users, load averages: 3.85, 3.56, 3.81 > $ netstat -I em2 -w2 (bandwith = 150 Mbits) huff@>> netstat -in Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll em0 1500 209.6.xx.yy/21 209.6.91.204 49357148 - - 54769770 - - em1 1500 10.0.0.0/8 10.0.0.1 13547336 - - 209590 - - Robert Huff