[Bug 287872] 14.3-STABLE boot time regression related to netlink and devd
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287872 --- Comment #13 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b1b17432aa1be670564161232d110461a5dde4ce commit b1b17432aa1be670564161232d110461a5dde4ce Author: Alexander V. Chernikov <[email protected]> AuthorDate: 2025-07-01 13:16:57 +0000 Commit: Eugene Grosbein <[email protected]> CommitDate: 2025-07-01 13:16:57 +0000 ifconfig_netlink.c: optimise non-listing case This change produced by melifaro and the commit is concerted with him as he is pretty busy IRL these days. The change restores performance of /sbin/ifconfig utility for non-listing case after it switched from rtsock to netlink(4) API in FreeBSD 14+. PR: 287872 MFC-after: 2 weeks sbin/ifconfig/ifconfig_netlink.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.