Page MenuHomeFreeBSD

tcp: Unifidef use of rss software hash in syncache
ClosedPublic

Authored by gallatin on Jan 5 2026, 7:38 PM.
Tags
None
Referenced Files
F153271494: D54534.diff
Mon, Apr 20, 4:25 AM
Unknown Object (File)
Sat, Apr 18, 5:04 PM
Unknown Object (File)
Fri, Apr 17, 12:31 PM
Unknown Object (File)
Wed, Apr 15, 11:20 AM
Unknown Object (File)
Tue, Apr 14, 1:14 PM
Unknown Object (File)
Sat, Apr 11, 10:55 PM
Unknown Object (File)
Thu, Mar 26, 8:51 PM
Unknown Object (File)
Mar 18 2026, 9:57 PM
Subscribers

Details

Summary

Ever since "d9c55b2e8cd6 rss: Enable portions of RSS globally.."
exposed the RSS software hashing functions, it has been possible
to use them without "ifdef RSS". Do so now in the syncache
so as to get flowids recorded.

Note that the use of the rss hash functions is conditional on IP versions,
so we must ifdef INET to ensure rss_proto_software_hash_v4() is available.

Fixes 73fe85e486d2

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped