Page MenuHomeFreeBSD

Clear tp->tod in t4_pcb_detach().
ClosedPublic

Authored by jhb on Oct 30 2020, 8:35 PM.
Tags
None
Referenced Files
F170676025: D27028.id.diff
Sat, Sep 5, 11:32 PM
Unknown Object (File)
Fri, Sep 4, 4:27 PM
Unknown Object (File)
Fri, Sep 4, 11:37 AM
Unknown Object (File)
Thu, Sep 3, 1:35 AM
Unknown Object (File)
Wed, Sep 2, 8:45 AM
Unknown Object (File)
Tue, Sep 1, 5:24 PM
Unknown Object (File)
Tue, Sep 1, 9:41 AM
Unknown Object (File)
Tue, Sep 1, 1:10 AM
Subscribers

Details

Summary

Otherwise, a socket can have a non-NULL tp->tod while TF_TOE is clear.
In particular, if a newly accepted socket falls back to non-TOE due to
an active open failure, the non-TOE socket will still have tp->tod set
even though TF_TOE is clear.

Test Plan
  • tested some TOE TLS workloads with this patch in place

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable