https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291439
Bug ID: 291439
Summary: tcp_syncache.c incompatible with "options RSS"
Product: Base System
Version: 16.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
It looks to me like the recent updates in TCP syncache code made it
incompatible with kernels that have "options RSS" in the config enabled.
.
/usr/src/sys/netinet/tcp_syncache.c:888:4: error: call to undeclared function
'rss_proto_software_hash_v6'; ISO C99 and later do not support implicit
function declarations [-Werror,-Wimplicit-function-declaration]
888 | rss_proto_software_hash_v6(&inp->in6p_faddr,
| ^
/usr/src/sys/netinet/tcp_syncache.c:898:4: error: call to undeclared function
'rss_proto_software_hash_v4'; ISO C99 and later do not support implicit
function declarations [-Werror,-Wimplicit-function-declaration]
898 | rss_proto_software_hash_v4(inp->inp_faddr,
| ^
2 errors generated.
--- tcp_syncache.o ---
*** [tcp_syncache.o] Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.