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)
Fri, Apr 26, 6:44 AM
Unknown Object (File)
Fri, Apr 26, 6:44 AM
Unknown Object (File)
Fri, Apr 26, 2:57 AM
Unknown Object (File)
Fri, Apr 26, 12:01 AM
Unknown Object (File)
Thu, Apr 25, 2:22 PM
Unknown Object (File)
Apr 14 2024, 5:36 PM
Unknown Object (File)
Apr 8 2024, 10:29 PM
Unknown Object (File)
Mar 13 2024, 12:18 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 Not Applicable
Unit
Tests Not Applicable

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.