Page MenuHomeFreeBSD

Remove an extraneous call to soisconnected() in syncache_socket(), introduced with r261242.
ClosedPublic

Authored by jch on Sep 29 2016, 11:43 AM.
Tags
None
Referenced Files
F115219904: D8072.id.diff
Mon, Apr 21, 1:34 PM
F115161601: D8072.id21703.diff
Mon, Apr 21, 1:13 AM
Unknown Object (File)
Mon, Apr 14, 5:52 AM
Unknown Object (File)
Thu, Mar 27, 8:38 PM
Unknown Object (File)
Mar 4 2025, 11:01 PM
Unknown Object (File)
Mar 1 2025, 5:01 AM
Unknown Object (File)
Feb 28 2025, 5:03 PM
Unknown Object (File)
Feb 27 2025, 3:49 PM
Subscribers

Details

Summary

Remove an extraneous call to soisconnected() in syncache_socket(), introduced with rS261242
The useful and expected soisconnected() call is done in tcp_do_segment().

Has been found as part of PR:212920 investigation.

Improve slightly (~2%) the maximum number of TCP accept per second.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5350
Build 5538: arc lint + arc unit

Event Timeline

jch retitled this revision from to Remove an extraneous call to soisconnected() in syncache_socket(), introduced with r261242..
jch updated this object.
jch edited the test plan for this revision. (Show Details)
jch added reviewers: gnn, hiren, adrian.
jch edited edge metadata.

As far as I can tell this is good. I have a box serving large volume of internet facing traffic with a data accept filter.

gnn edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 3 2016, 9:59 AM
hiren edited edge metadata.

As Kevin mentioned, this looks good on prod traffic at llnw.

This revision was automatically updated to reflect the committed changes.