Page MenuHomeFreeBSD

Split Chelsio send tags into a generic base tag and a ratelimit tag.
ClosedPublic

Authored by jhb on Oct 18 2019, 12:13 AM.
Tags
None
Referenced Files
F103031375: D22072.id63553.diff
Wed, Nov 20, 1:23 AM
F103014300: D22072.id63425.diff
Tue, Nov 19, 8:25 PM
F102994053: D22072.id.diff
Tue, Nov 19, 2:38 PM
F102991236: D22072.id63553.diff
Tue, Nov 19, 1:49 PM
F102980879: D22072.id63425.diff
Tue, Nov 19, 10:54 AM
Unknown Object (File)
Wed, Nov 13, 9:44 AM
Unknown Object (File)
Oct 19 2024, 10:49 PM
Unknown Object (File)
Oct 18 2024, 8:57 PM
Subscribers

Details

Summary

NIC KTLS will add a new TLS send tag type in cxgbe(4) that is a
distinct tag from a ratelimit tag. To support this, refactor
cxgbe_snd_tag to be a simple send tag with a type and convert the
existing ratelimit tag to a new cxgbe_rate_tag structure.

Test Plan
  • run in the KTLS branch
  • compiled as a standalone patch

Diff Detail

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