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
F109376446: D41998.diff
Tue, Feb 4, 6:31 AM
F109355250: D41998.id127855.diff
Mon, Feb 3, 11:40 PM
Unknown Object (File)
Mon, Feb 3, 6:10 AM
Unknown Object (File)
Sun, Jan 26, 7:21 PM
Unknown Object (File)
Sat, Jan 25, 2:03 PM
Unknown Object (File)
Nov 30 2024, 6:35 PM
Unknown Object (File)
Nov 25 2024, 5:39 AM
Unknown Object (File)
Nov 23 2024, 1:37 AM
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