Date: Mon, 30 Jun 2025 01:19:41 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287872] 14.3-STABLE boot time regression related to netlink and devd Message-ID: <bug-287872-7501-Z71Tz5KWEd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-287872-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-287872-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=3D287872 --- Comment #9 from Eugene Grosbein <eugen@freebsd.org> --- Two following patches decrease total time of "service devd start" from 17.5 minutes downto less then 8 seconds in my case. First one by melifaro@ improves performance of netlink-enabled ifconfig(8) = for cases other than "ifconfig -l" (or ifconfig -ul) when system has lots of network interfaces. Second one by me replaces a call to "ifconfig -ul" with a call to "ifconfig= -n $ifn" in /etc/pccard_ether invoked by devd multiple times, as first patch d= oes not improve performance of "ifconfig -ul" for netlink-enabled ifconfig. --=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-287872-7501-Z71Tz5KWEd>