Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
[gve] Add driver for Google Virtual Ethernet NIC
Browse files Browse the repository at this point in the history
The Google Virtual Ethernet NIC (GVE or gVNIC) is found only in Google
Cloud instances.  There is essentially zero documentation available
beyond the mostly uncommented source code in the Linux kernel.

Signed-off-by: Michael Brown <[email protected]>
  • Loading branch information
mcb30 committed Jul 24, 2024
1 parent 5a9f476 commit c7b76e3
Show file tree
Hide file tree
Showing 4 changed files with 2,313 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/fault.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/* Corrupt every N received PeerDist packets */
#define PEERBLK_CORRUPT_RATE 0

/* Experience virtual machine migration on every N watchdog checks */
#define VM_MIGRATED_RATE 0

#include <config/local/fault.h>

#endif /* CONFIG_FAULT_H */
Loading

0 comments on commit c7b76e3

Please sign in to comment.