Giter Site home page Giter Site logo

muskanmahajan37 / compute-virtual-ethernet-windows Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecloudplatform/compute-virtual-ethernet-windows

0.0 0.0 0.0 169 KB

Compute Engine Virtual Ethernet Windows driver.

License: Apache License 2.0

C++ 96.17% C 3.34% PowerShell 0.23% Batchfile 0.26%

compute-virtual-ethernet-windows's Introduction

Windows driver for Compute Engine Virtual Ethernet

This repository contains the source for building a NDIS miniport driver for the Compute 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 Ethernet device found in some Compute Engine VMs.

Field Value Comments
Vendor ID 0x1AE0 Google
Device ID 0x0042
Sub-vendor ID 0x1AE0 Google
Sub-device ID 0x0058
Revision ID 0x0
Device Class 0x200 Ethernet

Supported Windows Kernel

6.1, 6.2, 6.3, 10.0

Installation

Googet Package

Official driver is packaged using GooGet and published through GCP repositories. All Google Cloud Windows images are preconfigured with the GooGet tool and GCP repositories. If you need to install GooGet and set up repositories yourself, see Packaging 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 from Microsoft and compile the driver locally with:

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

Please follow Microsoft documentation for additional steps on sigining/deployment.

Configuration

gvnic_helper: netsh plugin

This repository also contains a netsh plugin for configuring the adapter settings through a command line. Use netsh 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 values
restart        - Restarts the device.
set            - Sets the value of the given parameter.
show           - Displays show commands

compute-virtual-ethernet-windows's People

Contributors

ning-yang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.