Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
sys-kernel/coreos-modules: enable GVE NIC support for GCP
Browse files Browse the repository at this point in the history
If a GCP image is tagged with GVNIC support, GCP will replace the default
virtio nic with the more optimized GVE NIC. Enable building the kernel module
for that.

Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Apr 13, 2022
1 parent b04627c commit 401b4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/changes/2022-04-07-google-gve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enabled GVE kernel driver, which adds support for Google Virtual NIC on GCP ([PR#1802](https://github.com/flatcar-linux/coreos-overlay/pull/1802))
1 change: 1 addition & 0 deletions sys-kernel/coreos-modules/files/amd64_defconfig-5.15
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CONFIG_FCOE_FNIC=m
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_GART_IOMMU=y
CONFIG_GVE=m
CONFIG_HANGCHECK_TIMER=m
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_HID=m
Expand Down

0 comments on commit 401b4c9

Please sign in to comment.