This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
jepio
force-pushed
the
jepio/gcp-gvnic-support
branch
4 times, most recently
from
April 13, 2022 07:27
b8dba54
to
a1a4cb5
Compare
pothos
reviewed
Apr 13, 2022
1 task
jepio
force-pushed
the
jepio/gcp-gvnic-support
branch
from
April 13, 2022 08:20
a1a4cb5
to
f2c89e7
Compare
jepio
force-pushed
the
jepio/gcp-gvnic-support
branch
from
April 20, 2022 10:31
f2c89e7
to
86e957f
Compare
pothos
reviewed
Apr 20, 2022
pothos
approved these changes
Apr 20, 2022
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>
jepio
force-pushed
the
jepio/gcp-gvnic-support
branch
from
April 20, 2022 11:14
86e957f
to
9aa6d41
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for GCP gVNIC
This enables the gve driver in the kernel, which handles the gVNIC device on GCP. We also update existing networkd configs for gcp to handle gve devices in the same way as virtio_net so that device naming is predictable (eth0 with aliases).
How to use
Together with mantle flatcar/mantle#322
Testing done
Tested here:
http://jenkins.infra.kinvolk.io:8080/job/os/job/manifest/5373/cldsv/
changelog/
directory (user-facing change, bug fix, security fix, update)