From c2ff0100ad65be09dc8bd532f5bbe3f03e9e75c0 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Thu, 7 Apr 2022 14:42:57 +0200 Subject: [PATCH] sys-kernel/coreos-modules: enable GVE NIC support for GCP 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 --- .../coreos-overlay/changelog/changes/2022-04-07-google-gve.md | 1 + .../sys-kernel/coreos-modules/files/amd64_defconfig-5.15 | 1 + 2 files changed, 2 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md new file mode 100644 index 0000000000..1273d09105 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md @@ -0,0 +1 @@ +- GCE: Enabled GVE kernel driver, which adds support for Google Virtual NIC on GCP ([PR#1802](https://github.com/flatcar-linux/coreos-overlay/pull/1802)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.15 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.15 index 4525dd45e1..348b17f861 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.15 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.15 @@ -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