diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-07-24 14:30:58 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-07-24 14:45:46 +0100 |
commit | c7b76e3adc3b4365aa3b490f24ae22375901c559 (patch) | |
tree | 201e7d44fedbee4d2f6b20afc2c73f907b5b6dee /src/include/ipxe | |
parent | 5a9f476d4f1395e69cbb845d7379b0e3591028c0 (diff) | |
download | ipxe-c7b76e3adc3b4365aa3b490f24ae22375901c559.tar.gz |
[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>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index fcb4f0e68..7615075bc 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -224,6 +224,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_ecam ( ERRFILE_DRIVER | 0x00d30000 ) #define ERRFILE_pcibridge ( ERRFILE_DRIVER | 0x00d40000 ) #define ERRFILE_mnpnet ( ERRFILE_DRIVER | 0x00d50000 ) +#define ERRFILE_gve ( ERRFILE_DRIVER | 0x00d60000 ) #define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 ) #define ERRFILE_arp ( ERRFILE_NET | 0x00010000 ) |