From nobody Mon Jan 01 23:40:54 2024 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T3stf2fyTz55rnB for ; Mon, 1 Jan 2024 23:40:58 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4T3stf0dVkz4dJF for ; Mon, 1 Jan 2024 23:40:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704152458; a=rsa-sha256; cv=none; b=hekJDPAkiRrx92sUuAgGrnasoJZuV6ySJH/k3Xzwz/vZV3U2fLkls/uHlTox7eN94k5o4r 14VeGvbftENwLpnorzHEHwE7iqb6imWuur9P9RG1jbdNdvru5J5x71AMIlsErZ4Q+0B7K3 qygTPhbyBCEcF7CaqtPXselApMlWtbPUZP66egILTqWd5eG8Wfl5gdeZV32DMEMh/EOJUk gHHUWmuMUOy6tQ/lyGpgVUzqScUF8LEGxN/bHc7JKC0efK5mXi0PIYkZsGx/SntF8dBmhu kV+IWJJtejURAHD4JkYerFYozv4WB13pIdhNqf0LOqfXpC/AZrQ+2kgkY6Kzcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1704152458; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fOiBJqrICq4VhKdUmnje1HsF5qrBGgjffv5fVymn38g=; b=kM6WHDEnmgAXQ+ASv7MtHHGcYcQFZ9yBJYqyZajTmdXTNAsa6zp0w8jnCS4BcQiA/n2yB0 P5oj1m2owWttx+DNBmah7B13AFiGJphZGz8BLe/as7X8fWyLRC335+h7eQ2eGKBGZOoZkS JhRjJLSNloJMHWVd8Tbg+JmXbtpF/35FxRBR0S50njUPeKx3gRZUbnrrldMRH3tIatYpAi gqv7AksFAwqWL2Eu2TFMmyD9SHnorLun+Z0z5V/mowsmg54TpJCjvMfJWqzhva+5/5gmxy ShUdyluERLqpW0/xSkAI1AfdgBhR4YjIpDCDd3l7TRXwZAkk3jPSOe1CM1id7Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4T3std6pZwzcVN for ; Mon, 1 Jan 2024 23:40:57 +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 401Nevx7097840 for ; Mon, 1 Jan 2024 23:40:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 401NevN6097839 for net@FreeBSD.org; Mon, 1 Jan 2024 23:40:57 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 166724] if_re(4): watchdog timeout Date: Mon, 01 Jan 2024 23:40:54 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: riccardo@torrini.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? 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 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D166724 Riccardo Torrini changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |riccardo@torrini.org --- Comment #114 from Riccardo Torrini --- Me too message, with a bit of info: - before 13.2-p8 I have seen watchdog timeout probably not more than one per month, never looked for a fix - machine is my home desktop, all others have Intel card - I use powerd - it happens during "restic" backup (so with probaly high bi-directional traffic) - I have /home over NFSv3, nothing like this happens on last (10?) years - I can confirm that only a reboot fix the missing ethernet driver - I just added pkg (realtek-re-kmod-199.00_1 installed) # MoBo info (AMI BIOS) Manufacturer: ASUSTeK COMPUTER INC. Product Name: PRIME B250M-A Processor: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz RAM: 2x 8GB DDR4 2133 (w/out overclock) # yesterday boot / kernel module re0: port 0xe000-0xe0ff mem 0xf7004000-0xf7004fff,0xf7000000-0xf7003fff irq 19 at dev= ice 0.0 on pci1 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x54000000 re0: MAC rev. 0x00100000 re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: 2c:4d:54:68:ae:62 re0: netmap queues/slots: TX 1/256, RX 1/256 re0: link state changed to DOWN re0: link state changed to UP # last boot / pkg module re0: port 0xe000-0xe0ff mem 0xf7004000-0xf7004fff,0xf7000000-0xf7003fff irq 19 at device 0.0 on pci1 re0: Using Memory Mapping! re0: Using 1 MSI-X message re0: ASPM disabled re0: version:1.99.04 re0: Ethernet address: 2c:4d:54:68:ae:62 re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: 2c:4d:54:68:ae:62 re0: link state changed to UP # ifconfig using pkg (I forget to save output using kernel module) re0: flags=3D8843 metric 0 mtu 1500 =20=20=20=20=20=20=20 options=3D60251b ether 2c:4d:54:68:ae:62 inet {home_lan} netmask 0xffffff00 broadcast {home_lan} media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D29 re0@pci0:2:0:0: class=3D0x020000 rev=3D0x15 hdr=3D0x00 vendor=3D0x10ec devi= ce=3D0x8168 subvendor=3D0x1043 subdevice=3D0x8677 vendor =3D 'Realtek Semiconductor Co., Ltd.' device =3D 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controll= er' class =3D network subclass =3D ethernet bar [10] =3D type I/O Port, range 32, base 0xe000, size 256, enabled bar [18] =3D type Memory, range 64, base 0xf7004000, size 4096, enabl= ed bar [20] =3D type Memory, range 64, base 0xf7000000, size 16384, enab= led cap 01[40] =3D powerspec 3 supports D0 D1 D2 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit=20 cap 10[70] =3D PCI-Express 2 endpoint MSI 1 max data 128(128) RO max read 2048 link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) ClockPM disabled cap 11[b0] =3D MSI-X supports 4 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x800] ecap 0001[100] =3D AER 2 0 fatal 0 non-fatal 0 corrected ecap 0002[140] =3D VC 1 max VC0 ecap 0003[160] =3D Serial 1 01000000684ce000 ecap 0018[170] =3D LTR 1 ecap 001e[178] =3D L1 PM Substates 1 # current values from sysctl (all automatic) kern.ipc.nmbjumbop: 504907 kern.ipc.nmbclusters: 1009815 kern.ipc.nmbjumbo9: 149602 kern.ipc.nmbjumbo16: 84151 # devinfo (partial) pcib2 pnpinfo vendor=3D0x8086 device=3D0xa297 subvendor=3D0x1043 subdevice=3D0x8694 class=3D0x060400 at slot=3D28 function=3D7 dbsf=3Dpci0:0= :28:7 handle=3D\_SB_.PCI0.RP08 I/O ports: 0xe000-0xefff I/O memory addresses: 0xf7000000-0xf70fffff PCI domain 0 bus numbers: 2 pci1 pcib2 bus numbers: 2 re0 pnpinfo vendor=3D0x10ec device=3D0x8168 subvendor=3D0x1043 subdevice=3D0x8677 class=3D0x020000 at slot=3D0 function=3D0 dbsf=3Dpci0:2:= 0:0 handle=3D\_SB_.PCI0.RP08.PXSX Interrupt request lines: 0x83 pcib2 I/O port window: 0xe000-0xe0ff pcib2 memory window: 0xf7000000-0xf7003fff 0xf7004000-0xf7004fff Thanks a lot to all people working on this. And finally a big thanks to ale@ for the port ;) --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=