From owner-freebsd-net@FreeBSD.ORG Wed Apr 29 20:12:50 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5C88106564A for ; Wed, 29 Apr 2009 20:12:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5259E8FC19 for ; Wed, 29 Apr 2009 20:12:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n3TKA1vt097260; Wed, 29 Apr 2009 14:10:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 29 Apr 2009 14:10:02 -0600 (MDT) Message-Id: <20090429.141002.-720655694.imp@bsdimp.com> To: miki miki From: "M. Warner Losh" in-reply-to: <261c29700904282342q62828573hf2631a7f79a10581@mail.gmail.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: [ed] link state constantly going down and up X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 20:12:50 -0000 : I have a problem with a D-Link DFE-670TXD which is handled by if_ed : : the link state is constantly going down and up : : Apr 28 14:21:33 iut-mir-o kernel: ed0: link state changed to DOWN : Apr 28 14:21:35 iut-mir-o kernel: ed0: link state changed to UP ... : the problem appear with the following commit : : SVN rev 190643 on 2009-04-02 16:58:45Z by imp (CVS rev 1.126) : I do not see any link state change if I revert the commit. Doh! I needed to force auto negotiation for other cards to work. Let me see if I can dig up the DFE-670TXD and go from there... Are you also seeing really horrible network performance as well? Do you see this only under load, or just at idle? Warner