Page MenuHomeFreeBSD

ktls: Remove the socket parameter to ktls_ocf_try()
AcceptedPublic

Authored by markj on Fri, Jun 21, 4:48 PM.
Tags
None
Referenced Files
F86935564: D45675.diff
Thu, Jun 27, 2:01 PM
Unknown Object (File)
Sun, Jun 23, 8:18 PM
Unknown Object (File)
Sat, Jun 22, 2:27 AM
Subscribers

Details

Reviewers
jhb
gallatin
Summary

The socket is unused, and not passing it means that there's less to
think about when considering how KTLS is synchronized with the rest of
the socket code. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58284
Build 55172: arc lint + arc unit

Event Timeline

markj requested review of this revision.Fri, Jun 21, 4:48 PM

I was concerned at first about isal, but then I remembered that @jhb had moved it from plugging in at the ktls layer to plugging in at the ocf layer

This revision is now accepted and ready to land.Fri, Jun 21, 6:40 PM