Date: Sat, 10 Jan 2026 17:04:41 +0000 From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: William Carrel <william.a@carrel.org> Subject: git: 6c20edf2fdd1 - stable/15 - GCE: Enable vtnet(4) Multiqueue. Message-ID: <696286a9.31e4c.71e94b86@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=6c20edf2fdd1edf617600367afd46d1ff91e5bb6 commit 6c20edf2fdd1edf617600367afd46d1ff91e5bb6 Author: William Carrel <william.a@carrel.org> AuthorDate: 2026-01-08 08:51:11 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2026-01-10 17:03:08 +0000 GCE: Enable vtnet(4) Multiqueue. Removes hw.vtnet.mq_disable=1. This workaround was originally introduced nearly a decade ago to address stability issues on KVM that have long since been resolved in both the FreeBSD driver and the GCE hypervisor. Removing this allows network interrupts to scale across multiple vCPUs. Tested on n2-highcpu-16 VM with 15.0-RELEASE and confirmed multiple queue pairs active and interrupts handling across cores. PR: kern/292081 (cherry picked from commit f604d84618ad478fa46ec374480cbcbc1d93bf07) --- release/tools/gce.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 558641821b16..e0d7d883fb14 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -56,7 +56,6 @@ beastie_disable="YES" loader_logo="none" hw.memtest.tests="0" console="comconsole,vidconsole" -hw.vtnet.mq_disable=1 kern.timecounter.hardware=ACPI-safe aesni_load="YES" nvme_load="YES"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696286a9.31e4c.71e94b86>
