Page MenuHomeFreeBSD

releng-gce: Advertise the availability of gVNIC support in GCE images.
ClosedPublic

Authored by delphij on Jan 12 2024, 5:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 17, 10:41 AM
Unknown Object (File)
Sat, Mar 14, 4:49 PM
Unknown Object (File)
Sat, Mar 14, 6:56 AM
Unknown Object (File)
Thu, Mar 12, 9:12 AM
Unknown Object (File)
Mon, Mar 9, 7:57 PM
Unknown Object (File)
Jan 15 2026, 4:44 PM
Unknown Object (File)
Dec 4 2025, 12:05 AM
Unknown Object (File)
Dec 3 2025, 4:04 PM

Details

Summary

This marks FreeBSD GCE images as gVNIC capable by adding the
--guest-os-features=GVNIC flag at creation time as suggested in GCE
documentation[1]. This allows Generation 3 and newer GCE instances
to leverage advanced networking capabilities and performance
enhancements provided by gVNIC. Users will benefit from these
improvements without needing to create custom images.

[1] https://cloud.google.com/compute/docs/networking/using-gvnic#create_a_vm_with_gvnic_support

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55385
Build 52274: arc lint + arc unit

Event Timeline

Just to confirm, this will land in stable/13 and stable/14? It looks like we have the gve driver in both.

This revision is now accepted and ready to land.Jan 12 2024, 5:33 AM

Just to confirm, this will land in stable/13 and stable/14? It looks like we have the gve driver in both.

Yes, the driver is already there, this would advertise their availability to GCE; otherwise users would have to create custom images just for it.