- Notifications
You must be signed in to change notification settings - Fork7
Compute Engine Virtual Ethernet Windows driver.
License
GoogleCloudPlatform/compute-virtual-ethernet-windows
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
The driver here binds to a single PCI device id used by the virtual Ethernetdevice found in some Compute Engine VMs.
| Field | Value | Comments |
|---|---|---|
| Vendor ID | 0x1AE0 | |
| Device ID | 0x0042 | |
| Sub-vendor ID | 0x1AE0 | |
| Sub-device ID | 0x0058 | |
| Revision ID | 0x0 | |
| Device Class | 0x200 | Ethernet |
6.1, 6.2, 6.3, 10.0
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-gvnicIf 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.
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 commandsAbout
Compute Engine Virtual Ethernet Windows driver.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.