Skip to content

Releases: GoogleCloudPlatform/compute-virtual-ethernet-linux

v1.4.7

12 Sep 19:30
Compare
Choose a tag to compare
  • 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

07 Aug 00:01
Compare
Choose a tag to compare

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

17 Jul 19:16
ed13b01
Compare
Choose a tag to compare
  • update dkms.conf to use yes instead of Y

v1.4.5

17 Dec 09:59
Compare
Choose a tag to compare
  • Use netdev-genl interface to record the queue's irq and napi info
  • Add page pool support
  • Flow steering fix to handle the error correctly
  • RSS related coccinelle patch fix

v1.4.4

03 Oct 22:43
Compare
Choose a tag to compare
  • Fixes of Coccinelle patches for resolving several known driver compilation issue on different distros

v1.4.3

28 Aug 23:47
Compare
Choose a tag to compare
  • 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

26 Jul 02:09
Compare
Choose a tag to compare
  • 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

[Deprecated] v1.4.1

26 Apr 00:30
Compare
Choose a tag to compare

🚨 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

[Deprecated] v1.4.0

10 Apr 21:51
Compare
Choose a tag to compare

🚨 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.

  • 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.

[Deprecated] v1.3.4

20 Nov 22:45
Compare
Choose a tag to compare

🚨 WARNING: This version is deprecated and not recommended for use. It contains a critical bug that can cause TX/RX stall. Please upgrade to the latest version.

  • 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