From owner-freebsd-net@FreeBSD.ORG Wed Aug 4 23:50:47 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B90E81065672; Wed, 4 Aug 2010 23:50:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EE358FC0A; Wed, 4 Aug 2010 23:50:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o74Nol6S085343; Wed, 4 Aug 2010 23:50:47 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o74Nokd0085263; Wed, 4 Aug 2010 23:50:46 GMT (envelope-from yongari) Date: Wed, 4 Aug 2010 23:50:46 GMT Message-Id: <201008042350.o74Nokd0085263@freefall.freebsd.org> To: exkilla@mail.ru, yongari@FreeBSD.org, freebsd-net@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: kern/149285: [ste] Permanent DOWN/UP network interface ste0 on 8.1-RELEASE 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, 04 Aug 2010 23:50:47 -0000 Synopsis: [ste] Permanent DOWN/UP network interface ste0 on 8.1-RELEASE State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Wed Aug 4 23:49:17 UTC 2010 State-Changed-Why: I don't think this regression was caused by ste(4) overhauling. The message is printed by mii(4) layer to note link state changes. I have no idea how this does not happen on 8.0-RELEASE though as it has nothing to do with ste(4). But after ste(4) overhauling, ste(4) now correctly keeps track of current reported link state such that it wouldn't try to send packets if it know link is in DOWN state. Would you show me the output of "devinfo -rv | grep phy" both 8.1-RELEASE and 8.0-RELEASE? Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Wed Aug 4 23:49:17 UTC 2010 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=149285