diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-31 16:34:51 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-31 16:34:51 +0000 |
| commit | 407b1e4980189252fade78438aa08191a9883cdc (patch) | |
| tree | 16acaa259081a02cce0b4a7347873915c1f6aef3 | |
| parent | 33e095ee097d6a18dca95b8fae4edbda405bbb20 (diff) | |
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: d9c55b2e8cd6b79f6926278e10a79f1bcca27a4b
| -rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index de13b76e71a4..347dadb1545f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 |
