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)
Tue, Nov 12, 7:57 AM
Unknown Object (File)
Sat, Oct 19, 5:59 AM
Unknown Object (File)
Sep 24 2024, 8:36 PM
Unknown Object (File)
Sep 24 2024, 8:27 PM
Unknown Object (File)
Sep 22 2024, 5:40 AM
Unknown Object (File)
Sep 22 2024, 3:29 AM
Unknown Object (File)
Sep 21 2024, 5:03 PM
Unknown Object (File)
Sep 17 2024, 1:26 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