Page MenuHomeFreeBSD

tcp: Eliminate one usage of TUNABLE_INT_FETCH
ClosedPublic

Authored by zlei on Sep 27 2023, 10:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 4:45 AM
Unknown Object (File)
Fri, Apr 17, 4:37 PM
Unknown Object (File)
Fri, Apr 17, 4:59 AM
Unknown Object (File)
Sun, Apr 5, 4:25 PM
Unknown Object (File)
Sun, Apr 5, 1:14 PM
Unknown Object (File)
Fri, Mar 27, 11:32 PM
Unknown Object (File)
Mar 26 2026, 9:48 AM
Unknown Object (File)
Mar 24 2026, 12:07 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Sep 27 2023, 10:26 AM
zlei added inline comments.
sys/netinet/tcp_subr.c
318

@glebius Does it need CTLFLAG_NEEDGIANT ?

cc added a subscriber: cc.

My understanding too here is that CTLFLAG_NOFETCH is not used, and so is CTLFLAG_NEEDGIANT not needed.

This revision is now accepted and ready to land.Oct 3 2023, 7:14 AM