From owner-freebsd-net@FreeBSD.ORG Mon Nov 19 19:35:54 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AC54B9D for ; Mon, 19 Nov 2012 19:35:54 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 921918FC08 for ; Mon, 19 Nov 2012 19:35:53 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so3790676eek.13 for ; Mon, 19 Nov 2012 11:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pv7dJ+HqTg340KwIr19bdTAr12zUc6nm6jOiqdY1Mw0=; b=TxDZUtfyW/L6znBs1W6kmUTIYH2p9NDPHpZmU2kACH24M/VoR82psbdyeXFTPZdxM0 KWSe3P71w7/murvkOHBr4CETeZ2LawRAW8YvYT+4UFEF27sM20v5C8ijYd0XNnrUckVq W13ki9pNKqxRMHQrf98KNKoEuDPWIvyS7azrFreA4fBM77x7WRcDDJxThjfifNrZ9hHv EbElwgys+ihYCkPZRDD1PH/8qDv/zTaf/KJm46Q/aj6Ev1By82NEJPlgpfP9vc/EBL3P f/fqop18sqUWQRnulBWeWhqnglhyVqhNsS+HhTeB6iXwhvMN6eiwGC14bdn1q5ASgB8E 15zA== MIME-Version: 1.0 Received: by 10.14.203.2 with SMTP id e2mr4209775eeo.20.1353353752234; Mon, 19 Nov 2012 11:35:52 -0800 (PST) Received: by 10.14.176.7 with HTTP; Mon, 19 Nov 2012 11:35:52 -0800 (PST) Date: Mon, 19 Nov 2012 11:35:52 -0800 Message-ID: Subject: Intel 1G (82571EB) link bouncing constantly From: Vijay Singh To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 19:35:54 -0000 Hi, I am on 8.2, and I see that the link on the 1G ports is constantly bouncing. I have verified cabling etc, and this is seen on multiple setups. The NIC exhibiting this is: em1@pci0:8:0:1: class=0x020000 card=0x11a48086 chip=0x10a48086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = '82571EB Gigabit Ethernet Controller' class = network subclass = ethernet em2@pci0:9:0:0: class=0x020000 card=0x11a48086 chip=0x10a48086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = '82571EB Gigabit Ethernet Controller' class = network subclass = ethernet ... got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 12, link: up, flags: got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 11, link: down, flags: got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 12, link: up, flags: got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 12, link: up, flags: got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 12, link: down, flags: got message of size 168 on Mon Nov 19 13:50:25 2012 RTM_IFINFO: iface status change: len 168, if# 11, link: down, flags: ... Has anyone else seen this? -vijay