]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[gve] Add driver for Google Virtual Ethernet NIC
authorMichael Brown <mcb30@ipxe.org>
Wed, 24 Jul 2024 13:30:58 +0000 (14:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 24 Jul 2024 13:45:46 +0000 (14:45 +0100)
commitc7b76e3adc3b4365aa3b490f24ae22375901c559
tree201e7d44fedbee4d2f6b20afc2c73f907b5b6dee
parent5a9f476d4f1395e69cbb845d7379b0e3591028c0
[gve] Add driver for Google Virtual Ethernet NIC

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 <mcb30@ipxe.org>
src/config/fault.h
src/drivers/net/gve.c [new file with mode: 0644]
src/drivers/net/gve.h [new file with mode: 0644]
src/include/ipxe/errfile.h