Page MenuHomeFreeBSD

Use the offload transmit queue to set flags on TLS connections.
ClosedPublic

Authored by jhb on Mar 27 2018, 5:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 10, 6:03 PM
Unknown Object (File)
Mar 2 2024, 1:29 PM
Unknown Object (File)
Dec 23 2023, 1:52 AM
Unknown Object (File)
Aug 2 2023, 6:05 PM
Unknown Object (File)
Jul 15 2023, 4:39 PM
Unknown Object (File)
Jul 11 2023, 2:09 PM
Unknown Object (File)
Jan 11 2023, 7:08 PM
Subscribers

Details

Summary

Requests to modify the state of TLS connections need to be sent on the
same queue as TLS record transmit requests to ensure ordering.

However, in order to use the offload transmit queue in t4_set_tcb_field(),
the function needs to be updated to do proper flow control / credit
management when queueing a request to an offload queue. This required
passing a pointer to the toepcb itself to this function, so while here
remove the 'tid' and 'iqid' parameters and obtain those values from the
toepcb in t4_set_tcb_field() itself.

Test Plan
  • tested by Harsh Jain in QA

Diff Detail

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