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
Unknown Object (File)
Tue, Feb 24, 2:14 PM
Unknown Object (File)
Mon, Feb 23, 9:53 PM
Unknown Object (File)
Sat, Feb 21, 6:24 PM
Unknown Object (File)
Mon, Feb 2, 3:16 AM
Unknown Object (File)
Jan 20 2026, 7:17 PM
Unknown Object (File)
Jan 20 2026, 10:26 AM
Unknown Object (File)
Jan 18 2026, 6:09 AM
Unknown Object (File)
Jan 11 2026, 9:48 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 Not Applicable
Unit
Tests Not Applicable