Date: Thu, 05 Mar 2026 04:15:39 +0000 From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 78843218b0cc - main - rss: manifest RSS option in kernel with kern.features sysctl Message-ID: <69a9036b.3d22d.3878a3d4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=78843218b0cc4679826c15829b355f27c17d3fc1 commit 78843218b0cc4679826c15829b355f27c17d3fc1 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2026-03-05 04:01:22 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2026-03-05 04:01:22 +0000 rss: manifest RSS option in kernel with kern.features sysctl --- sys/net/rss_config.c | 1 + 1 file changed, 1 insertion(+) 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 usefulhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a9036b.3d22d.3878a3d4>
