Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jun 2021 05:27:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown
Message-ID:  <bug-256375-7501-VG51GH8v3p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256375-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256375-7501@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=3D256375

--- Comment #4 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Eric Joyner from comment #1)
> It would be nice to figure out what exactly that "e1000_" refers to.
I've patched those strings to make them pinpoint exact source code location:

"e1000_" refers to sys/dev/e1000/e1000_osdep.h:97:pause("e1000_delay",
ms_scale(x));

"iflib" refers to sys/net/iflib.c:531:#define CTX_LOCK_INIT(_sc)=20
sx_init(&(_sc)->ifc_ctx_sx, "iflib ctx lock")

--=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-256375-7501-VG51GH8v3p>