[Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 02 Jun 2021 11:57:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256375

            Bug ID: 256375
           Summary: iflib/if_em: unplugging network cable causes huge
                    KTorrent slowdown
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: iflib, performance
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: net@FreeBSD.org
          Reporter: danfe@FreeBSD.org

Created attachment 225494
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225494&action=edit
procstat -kk output

I'm experiencing strange and very prominent performance loss with KTorrent when
unplugging Ethernet cable from em0, that is, switch to WiFi: it now takes
several tens seconds for it to update the window contents, react to mouse
clicks, and transfer speeds drop down to single bytes per second.  At this
time, the ktorrent process, as displayed by top(1), is in "iflib" state which
occasionally briefly changes to "e1000_".

But once I plug the network cable back, everything goes back to normal, and the
process returns to "select" state like it should.  This happens on Lenovo L470
laptop with the following NIC:

em0@pci0:0:31:6:        class=0x020000 rev=0x21 hdr=0x00 vendor=0x8086
device=0x15d8 subvendor=0x17aa subdevice=0x505f
    vendor     = 'Intel Corporation'
    device     = 'Ethernet Connection (4) I219-V'
    class      = network
    subclass   = ethernet

Both today's kernel and my normal Jan/Feb'ish kernel behave identically.  The
driver from `net/intel-em-kmod' port does not exhibit this problem.  I'm
attaching procstat -kk $ktorrent_pid output, in case it could be useful.  This
line looks suspicious as if something is holding the lock:

mi_switch+0xc1 _sx_xlock_hard+0x3d1 iflib_media_status+0xf2 ifmedia_ioctl+0x16a
ifhwioctl+0x2bd ifioctl+0x48d kern_ioctl+0x23b sys_ioctl+0xf6
amd64_syscall+0x100 fast_syscall_common+0xf8

Please advise on any other debug information I could provide which may help to
track the bug down and fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.