rss: make toeplitz.c standard part of the kernel

This will fix LINT-NOIP build.  This actually adds very little to the
kernel text, e.g. 500 bytes on amd64.  A perfect solution would be to
instead declare rss_config.c as 'optional inet | inet6', but that would
fail to build LINT-NOIP in several NIC drivers, that use RSS and
absolutely ignore that both INET and INET6 are optional.  It is very
unlikely that vendors who maintain these drivers will will ever chase the
holy grail of a build that doesn't support IPv4 and IPv6.

Fixes:	d9c55b2e8c
This commit is contained in:
Gleb Smirnoff
2026-03-31 09:34:51 -07:00
parent 33e095ee09
commit 407b1e4980
+1 -1
View File
@@ -4263,7 +4263,7 @@ net/route/route_temporal.c standard
net/rss_config.c standard
net/rtsock.c standard
net/slcompress.c optional netgraph_vjc
net/toeplitz.c optional inet | inet6
net/toeplitz.c standard
net/vnet.c optional vimage
net80211/ieee80211.c optional wlan
net80211/ieee80211_acl.c optional wlan wlan_acl