mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
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 <jpiotrowski@microsoft.com>
This commit is contained in:
parent
9951fc5781
commit
c2ff0100ad
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-04-07-google-gve.md
vendored
Normal file
@ -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))
|
@ -46,6 +46,7 @@ CONFIG_FCOE_FNIC=m
|
|||||||
CONFIG_FTRACE_SYSCALLS=y
|
CONFIG_FTRACE_SYSCALLS=y
|
||||||
CONFIG_FUNCTION_PROFILER=y
|
CONFIG_FUNCTION_PROFILER=y
|
||||||
CONFIG_GART_IOMMU=y
|
CONFIG_GART_IOMMU=y
|
||||||
|
CONFIG_GVE=m
|
||||||
CONFIG_HANGCHECK_TIMER=m
|
CONFIG_HANGCHECK_TIMER=m
|
||||||
CONFIG_HARDLOCKUP_DETECTOR=y
|
CONFIG_HARDLOCKUP_DETECTOR=y
|
||||||
CONFIG_HID=m
|
CONFIG_HID=m
|
||||||
|
Loading…
Reference in New Issue
Block a user