Releases: GoogleCloudPlatform/compute-virtual-ethernet-linux
Releases · GoogleCloudPlatform/compute-virtual-ethernet-linux
v1.4.4
- Fixes of Coccinelle patches for resolving several known driver compilation issue on different distros
v1.4.3
- Add support for RSS (Currently supported on A3 and C3+)
- Fix compilation issue on certain versions of ubuntu focal
- Minor bug fixes and improvements
v1.4.2
- Add support for flow steering (Currently available on A3 vm shapes).
- Fix XDP issues caused by overflowing counters
- Fix issue that could cause a TX queue stall under certain memory conditions
- Minor bug fixes and improvements
v1.4.1
- 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
v1.4.0
- Add support for Diorite QPL queue format
- Add support for non-4k page sizes.
- Add support for header split.
- Add support for changing ring-size at runtime.
- Many bug fixes and improvements.
v1.3.4
- XDP support for GQI-QPL format
- Fix coccinelle patches
- Secure enough bytes in the first TX descriptor for all TCP pkts
- Support IPv6 Big TCP on DQ
- Fix napi_poll issue when budget is 0 for netpoll usage
v1.4.0rc3
- Add support for DQO-QPL format
- Header split support
- Flow steering support
- RSS configuration support
- Add tx watchdog to avoid race condition on miss path
- Support IPv6 Big TCP on DQ
v1.4.0rc2
Fix coccinelle patches
Secure enough bytes in the first TX descriptor for all TCP pkts
v1.4.0rc1
XDP support for GQI-QPL format
v1.3.3
Performance improvements for the link speed reporting
Fix gve interrupt names
Enhance no queue page list detection
Drop the weight argument from netif_napi_add