diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-05 04:01:22 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-03-05 04:01:22 +0000 |
| commit | 78843218b0cc4679826c15829b355f27c17d3fc1 (patch) | |
| tree | 51b21d36b41623a013dca1ce610bec80909d9eda | |
| parent | d4083fb836cf5d06a2bc2d6fe7297fb5139c8fc6 (diff) | |
rss: manifest RSS option in kernel with kern.features sysctl
| -rw-r--r-- | sys/net/rss_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/rss_config.c b/sys/net/rss_config.c index 9e4120a4e9dd..5be5aecd15d9 100644 --- a/sys/net/rss_config.c +++ b/sys/net/rss_config.c @@ -91,6 +91,7 @@ SYSCTL_INT(_net_inet_rss, OID_AUTO, hashalgo, CTLFLAG_RDTUN, &rss_hashalgo, 0, "RSS hash algorithm"); #ifdef RSS +FEATURE(rss, "Receiver-side scaling"); /* * Size of the indirection table; at most 128 entries per the RSS spec. We * size it to at least 2 times the number of CPUs by default to allow useful |
