Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Compute Engine Virtual Ethernet Windows driver.

License

NotificationsYou must be signed in to change notification settings

GoogleCloudPlatform/compute-virtual-ethernet-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source for building a NDIS miniport driver for theCompute Engine Virtual Ethernet device.

This driver as well as the GCE VM virtual device are in Early Access stage [1],the feature is available to a closed group of testers.

[1]https://cloud.google.com/terms/launch-stages

Supported Hardware

The driver here binds to a single PCI device id used by the virtual Ethernetdevice found in some Compute Engine VMs.

FieldValueComments
Vendor ID0x1AE0Google
Device ID0x0042
Sub-vendor ID0x1AE0Google
Sub-device ID0x0058
Revision ID0x0
Device Class0x200Ethernet

Supported Windows Kernel

6.1, 6.2, 6.3, 10.0

Installation

Googet Package

Official driver is packaged usingGooGet andpublished through GCP repositories. All Google Cloud Windows images arepreconfigured with the GooGet tool and GCP repositories. If you need to installGooGet and set up repositories yourself, seePackaging and package distribution.

To install or upgrade the gvnic driver, run the following command:

googet install google-compute-engine-driver-gvnic

GitHub

If you downloaded the source from GitHub, you will need to install WDK fromMicrosoftand compile the driver locally with:

msbuild /t:build gvnic.vcxproj /p:Configuration=[CONFIGURATION] /p:Platform=[PLATFORM]

Please follow Microsoftdocumentation foradditional steps on sigining/deployment.

Configuration

gvnic_helper: netsh plugin

This repository also contains a netsh plugin for configuring the adaptersettings through a command line. Usenetsh gvnic to see the usages.

The following commands are available:Commands in this context:?              - Displays a list of commands.dump           - Displays a configuration script.help           - Displays a list of commands.reset          - Resets the parameter values to their default valuesrestart        - Restarts the device.set            - Sets the value of the given parameter.show           - Displays show commands

About

Compute Engine Virtual Ethernet Windows driver.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp