Date: Thu, 14 Sep 2017 21:23:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 217606] Bridge stops working after some days Message-ID: <bug-217606-2472-Gs16wugDwr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217606-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-217606-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217606 --- Comment #22 from Kristof Provost <kp@freebsd.org> --- (In reply to punkt.de Hosting Team from comment #21) That should tell us if the problem is specific to the ix cards, or not. If = it's not it's most likely a bridge issue. It might be worth taking a look at what happens in the bridge code once it'= s in that state: sudo dtrace -n fbt:if_bridge:: That looks like this, on my nearly idle bridge: dtrace: description 'fbt:if_bridge::' matched 108 probes CPU ID FUNCTION:NAME 6 63915 bridge_transmit:entry 6 63814 bridge_broadcast:entry 6 63824 bridge_enqueue:entry 6 63825 bridge_enqueue:return 6 63824 bridge_enqueue:entry 6 63825 bridge_enqueue:return 6 63815 bridge_broadcast:return 6 63916 bridge_transmit:return 3 63915 bridge_transmit:entry ... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217606-2472-Gs16wugDwr>