[Bug 287872] 14.3-STABLE boot time regression related to netlink and devd
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287872] boot time regression related to netlink and devd"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 01:19:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287872 --- 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 does not improve performance of "ifconfig -ul" for netlink-enabled ifconfig. -- You are receiving this mail because: You are the assignee for the bug.