From owner-freebsd-stable@FreeBSD.ORG Sun Jun 13 15:33:58 2010 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 D08181065674 for ; Sun, 13 Jun 2010 15:33:58 +0000 (UTC) (envelope-from artem_kim@inbox.ru) Received: from mx27.mail.ru (mx27.mail.ru [94.100.176.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4C48FC15 for ; Sun, 13 Jun 2010 15:33:57 +0000 (UTC) Received: from [79.142.107.13] (port=5889 helo=tt.tt.tt) by mx27.mail.ru with asmtp id 1ONpC7-000Bmf-00; Sun, 13 Jun 2010 19:33:55 +0400 From: Artem Kim To: freebsd-stable@freebsd.org Date: Sun, 13 Jun 2010 19:34:11 +0400 User-Agent: KMail/1.12.4 (FreeBSD/8.1-PRERELEASE; KDE/4.3.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201006131934.11389.artem_kim@inbox.ru> X-Spam: Not detected X-Mras: Ok Cc: yongari@freebsd.org Subject: Problems with bge (possibly related to r208993) 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: Sun, 13 Jun 2010 15:33:58 -0000 Hi, I have two routers (HP DL140G3): NAS3 FreeBSD 8.1-PRERELEASE # 0: Thu Jun 3 04:13:07 MSD 2010 i386 NAS2 FreeBSD 8.1-PRERELEASE # 0: Sat Jun 12 16:42:19 UTC 2010 i386 (r208993 included) bge0 @ pci0: 19:0:0: class = 0x020000 card = 0x3260103c chip = 0x165914e4 rev = 0x11 hdr = 0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Gigabit Ethernet PCI Express (BCM5721)' class = network subclass = ethernet bge1 @ pci0: 20:0:0: class = 0x020000 card = 0x3260103c chip = 0x165914e4 rev = 0x11 hdr = 0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme Gigabit Ethernet PCI Express (BCM5721)' class = network subclass = ethernet I have some problems with bge on NAS2. After some time (about 15 hours) bge1 stops flowing traffic. NAS3 NAS3 - pppoe server. Through bge1 passes only ip traffic through bge0 no ip-traffic. Problems occur only with the bge1 interface on NAS2. Traffic through bge1 not pass until I will not do "ifconfig bge1 down ifconfig bge1 up". When I do "ifconfig bge0 down" NIC does not shutdown: nas2 # ifconfig bge1 down nas2 # nas2 # ifconfig bge1 bge1: flags = 8843 metric 0 mtu 1500 options = 8009b ether XXXXXXXXXXXXX inet YYYYYYYYYYY netmask 0xffffffc0 broadcast YYYYYYYYYYYY media: Ethernet autoselect (1000baseT ) status: active LED also indicates that the NIC is active. I left the NAS in a state of "frozen bge1" - and can provide additional information for diagnosis.