Releases: GoogleCloudPlatform/compute-virtual-ethernet-linux
Releases · GoogleCloudPlatform/compute-virtual-ethernet-linux
v1.4.9
[Deprecated] v1.4.8
Caution
This version has been deprecated. On some VM shapes, this driver fails to load if ptp clock initialization fails.
- Enabled user configuration of
rx_buf_lendirectly via ethtool. - Fixed a race condition when updating
tx->dropped_pktcounters. - Prevented ethtool operations from executing after device shutdown to improve stability.
- Added support for handling unreadable netmem backing.
v1.4.7
- Update GVE documentation
- Fix semantic patches for older kernels with XDP support
- Fix semantic patches for newer versions of RHEL 9 and 10
[Deprecated] v1.4.6
Caution
This version is deprecated and not recommended for use. It does not compile on RHEL 9.6 and later, and XDP will not work on any kernel version before 6.7.
Features:
- Add XDP support on DQ queue format
- Add RX timestamping support on DQ queue format
- Add numa awareness support
- Add RSS support for non RSS device option scenario
Critical bug fixes:
- Fix stuck TX queue for DQ queue format
v1.4.5.1
- update dkms.conf to use yes instead of Y
v1.4.5
v1.4.4
v1.4.3
v1.4.2
[Deprecated] v1.4.1
🚨 WARNING: This version is deprecated and not recommended for use. It contains a critical bug that can cause TX stall. Please upgrade to the latest version.
- Fix issue where certain backport patches would be applied incorrectly on older RHEL versions
- Add canonical build directory. This removes a dependency on very specific versions of coccinelle to generate canonical builds
- Minor bug fixes and improvements