Releases: GoogleCloudPlatform/compute-virtual-ethernet-linux
Releases · GoogleCloudPlatform/compute-virtual-ethernet-linux
Release list
v1.4.11
v1.4.10
- Optimize and enable HW GRO for DQO.
- Enable support for UDP GSO when using DQO format.
- Improve QPL management and enable support for larger ring sizes when using the DQO-QPL queue format.
- Fix out-of-bounds access in
gve_tx_stop_ring_dqo()due to incorrect QPL buffer cleanup.
v1.4.9
- gve: defer interrupt enabling until NAPI registration
- gve: fix probe failure if clock read fails
- gve: Fix stats report corruption, rx_dropped calculation, and get_rx_ring_count callback.
- gve: Remove jumbo_remove step from TX path
- Bump driver version to 1.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.