Skip to content

Releases: GoogleCloudPlatform/compute-virtual-ethernet-linux

v1.4.11

Choose a tag to compare

@PlayerEugene PlayerEugene released this 03 Aug 23:44
  • Fix header buffer corruption when using header-split with HW-GRO.
  • Fix Rx queue stall on buffer allocation failures under memory pressure.
  • Migrate to standard generic power management.

v1.4.10

Choose a tag to compare

@ppetter1025 ppetter1025 released this 09 May 05:15
  • 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

Choose a tag to compare

@eddiep24 eddiep24 released this 14 Feb 00:14
  • 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

Choose a tag to compare

@agarg2008 agarg2008 released this 16 Dec 23:58

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_len directly via ethtool.
  • Fixed a race condition when updating tx->dropped_pkt counters.
  • Prevented ethtool operations from executing after device shutdown to improve stability.
  • Added support for handling unreadable netmem backing.

v1.4.7

Choose a tag to compare

@josh8551021 josh8551021 released this 12 Sep 19:30
  • 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

Choose a tag to compare

@ziweixiao ziweixiao released this 07 Aug 00:01

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

Choose a tag to compare

@josh8551021 josh8551021 released this 17 Jul 19:16
ed13b01
  • update dkms.conf to use yes instead of Y

v1.4.5

Choose a tag to compare

@ziweixiao ziweixiao released this 17 Dec 09:59
  • 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

Choose a tag to compare

@ziweixiao ziweixiao released this 03 Oct 22:43
  • Fixes of Coccinelle patches for resolving several known driver compilation issue on different distros

v1.4.3

Choose a tag to compare

@jfraker jfraker released this 28 Aug 23:47
  • Add support for RSS (Currently supported on A3 and C3+)
  • Fix compilation issue on certain versions of ubuntu focal
  • Minor bug fixes and improvements