From owner-freebsd-net@freebsd.org Wed Dec 11 13:40:32 2019 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D1161D6D10 for ; Wed, 11 Dec 2019 13:40:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47Xyjq6ZWXz46bk for ; Wed, 11 Dec 2019 13:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DFEAF1D6D0F; Wed, 11 Dec 2019 13:40:31 +0000 (UTC) Delivered-To: net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFA711D6D0E for ; Wed, 11 Dec 2019 13:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Xyjq5htkz46bh for ; Wed, 11 Dec 2019 13:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF38EC037 for ; Wed, 11 Dec 2019 13:40:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xBBDeVte001247 for ; Wed, 11 Dec 2019 13:40:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xBBDeV0Q001246 for net@FreeBSD.org; Wed, 11 Dec 2019 13:40:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 236724] igb(4): Interfaces fail to switch active to inactive state Date: Wed, 11 Dec 2019 13:40:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: IntelNetworking, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: egypcio@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@FreeBSD.org X-Bugzilla-Flags: mfc-stable12+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 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, 11 Dec 2019 13:40:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236724 Vin=C3=ADcius Zavam changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egypcio@FreeBSD.org --- Comment #20 from Vin=C3=ADcius Zavam --- I did see it happening in HEAD (r355121/amd64) during a silly test I was conducting trying to reproduce bug #239240. should we reopen this issue? used components to reproduce it; - physical hardware (https://www.dell.com/en-us/work/shop/povw/poweredge-r440); - intel i350 gigabit network card [igb] (class=3D0x020000 rev=3D0x01 hdr= =3D0x00 vendor=3D0x8086 device=3D0x1521 subvendor=3D0x8086 subdevice=3D0x0002); - live image (https://download.freebsd.org/ftp/snapshots/amd64/amd64/ISO-IMAGES/13.0/Fre= eBSD-13.0-CURRENT-amd64-20191127-r355121-mini-memstick.img). how to reproduce; - leave NO ethernet cables plugged to the net. card's ports; - boot the live image, and choose 'live cd' option (log in as root, of course); - perform an `ifconfig` to get actual status/options of all igb interfaces; - plug a cable to the igb interface of your choice (the other end must be connected to a switch or anything that can trigger layer1 activity); - perform an `ifconfig` to get actual status/options of all igb interfaces; - unplug the cable; - perform an `ifconfig` to get actual status/options of all igb interfaces. NOTE: after performing an `ifconfig igb0 up` and testing it all again, the feedback to its physical status are all fine. * igb0 is the only one showing 'WOL_MAGIC' but that's maybe some setting fr= om the BIOS I should check in a few. =3D=3D=3D=3D=3D igb0: flags=3D8802 metric 0 mtu 1500 options=3D4e527bb ether b4:96:91:62:ef:92 media: Ethernet autoselect status: no carrier nd6 options=3D29 igb1: flags=3D8802 metric 0 mtu 1500 options=3D4e507bb ether b4:96:91:62:ef:93 media: Ethernet autoselect status: no carrier nd6 options=3D29 =3D=3D=3D=3D=3D MORE ABOUT IT: the odd situation is that we can see "status:" on all intel interfaces even before performing the very first `ifconfig igb0 up` --- for= the onboard broadcom interfaces, there's no such a thing (all broadcom stay DOWN and display no "status:" line before performing `ifconfig bge0 up`) =3D=3D=3D=3D=3D bge0: flags=3D8802 metric 0 mtu 1500 options=3Dc019b ether 4c:d9:8f:8f:11:9a media: Ethernet autoselect nd6 options=3D29 bge1: flags=3D8802 metric 0 mtu 1500 options=3Dc019b ether 4c:d9:8f:8f:11:9b media: Ethernet autoselect nd6 options=3D29 =3D=3D=3D=3D=3D --=20 You are receiving this mail because: You are on the CC list for the bug.=