diff options
| author | William Carrel <william.a@carrel.org> | 2026-01-08 08:51:11 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-01-08 08:59:06 +0000 |
| commit | f604d84618ad478fa46ec374480cbcbc1d93bf07 (patch) | |
| tree | d42d16374944981600690a85ae28095a0f2250a4 | |
| parent | 709c1049fe0c6d0217e81268d4f33f7191474453 (diff) | |
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
MFC after: 1 day
| -rw-r--r-- | release/tools/gce.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 6bbd26b5835f..934007759279 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" |
