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
F101999208: D43411.diff
Wed, Nov 6, 9:25 AM
Unknown Object (File)
Wed, Oct 16, 3:41 PM
Unknown Object (File)
Oct 4 2024, 2:14 PM
Unknown Object (File)
Oct 4 2024, 7:10 AM
Unknown Object (File)
Oct 4 2024, 3:54 AM
Unknown Object (File)
Oct 1 2024, 10:58 PM
Unknown Object (File)
Oct 1 2024, 9:16 PM
Unknown Object (File)
Sep 29 2024, 2:05 AM

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.