<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases</id>
  <link type="text/html" rel="alternate" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases.atom"/>
  <title>Release notes from compute-virtual-ethernet-linux</title>
  <updated>2026-08-03T21:20:04Z</updated>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.11</id>
    <updated>2026-08-03T23:44:37Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.11"/>
    <title>v1.4.11</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Fix header buffer corruption when using header-split with HW-GRO.&lt;/li&gt;
&lt;li&gt;Fix Rx queue stall on buffer allocation failures under memory pressure.&lt;/li&gt;
&lt;li&gt;Migrate to standard generic power management.&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>PlayerEugene</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/29298137?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.10</id>
    <updated>2026-05-09T05:15:33Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.10"/>
    <title>v1.4.10</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Optimize and enable HW GRO for DQO.&lt;/li&gt;
&lt;li&gt;Enable support for UDP GSO when using DQO format.&lt;/li&gt;
&lt;li&gt;Improve QPL management and enable support for larger ring sizes when using the DQO-QPL queue format.&lt;/li&gt;
&lt;li&gt;Fix out-of-bounds access in &lt;code&gt;gve_tx_stop_ring_dqo()&lt;/code&gt; due to incorrect QPL buffer cleanup.&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ppetter1025</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/12817290?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.9</id>
    <updated>2026-02-17T16:59:37Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.9"/>
    <title>v1.4.9</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;gve: defer interrupt enabling until NAPI registration&lt;/li&gt;
&lt;li&gt;gve: fix probe failure if clock read fails&lt;/li&gt;
&lt;li&gt;gve: Fix stats report corruption, rx_dropped calculation, and get_rx_ring_count callback.&lt;/li&gt;
&lt;li&gt;gve: Remove jumbo_remove step from TX path&lt;/li&gt;
&lt;li&gt;Bump driver version to 1.4.9&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>eddiep24</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/85954305?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.8</id>
    <updated>2026-03-04T21:30:59Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.8"/>
    <title>[Deprecated] v1.4.8</title>
    <content type="html">&lt;div class=&quot;markdown-alert markdown-alert-caution&quot;&gt;&lt;p class=&quot;markdown-alert-title&quot;&gt;&lt;svg data-component=&quot;Octicon&quot; class=&quot;octicon octicon-stop mr-2&quot; viewBox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;Caution&lt;/p&gt;&lt;p&gt;This version has been deprecated. On some VM shapes, this driver fails to load if ptp clock initialization fails.&lt;/p&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Enabled user configuration of &lt;code&gt;rx_buf_len&lt;/code&gt; directly via ethtool.&lt;/li&gt;
&lt;li&gt;Fixed a race condition when updating &lt;code&gt;tx-&amp;gt;dropped_pkt&lt;/code&gt; counters.&lt;/li&gt;
&lt;li&gt;Prevented ethtool operations from executing after device shutdown to improve stability.&lt;/li&gt;
&lt;li&gt;Added support for handling unreadable netmem backing.&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>agarg2008</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/2225215?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.7</id>
    <updated>2025-09-12T19:30:00Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.7"/>
    <title>v1.4.7</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Update GVE documentation&lt;/li&gt;
&lt;li&gt;Fix semantic patches for older kernels with XDP support&lt;/li&gt;
&lt;li&gt;Fix semantic patches for newer versions of RHEL 9 and 10&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>josh8551021</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/6379872?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.6</id>
    <updated>2025-09-12T19:35:29Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.6"/>
    <title>[Deprecated] v1.4.6</title>
    <content type="html">&lt;div class=&quot;markdown-alert markdown-alert-caution&quot;&gt;&lt;p class=&quot;markdown-alert-title&quot;&gt;&lt;svg data-component=&quot;Octicon&quot; class=&quot;octicon octicon-stop mr-2&quot; viewBox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;Caution&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add XDP support on DQ queue format&lt;/li&gt;
&lt;li&gt;Add RX timestamping support on DQ queue format&lt;/li&gt;
&lt;li&gt;Add numa awareness support&lt;/li&gt;
&lt;li&gt;Add RSS support for non RSS device option scenario&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Critical bug fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix stuck TX queue for DQ queue format&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ziweixiao</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/140537301?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.5.1</id>
    <updated>2025-07-17T19:16:37Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.5.1"/>
    <title>v1.4.5.1</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;update dkms.conf to use yes instead of Y&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>josh8551021</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/6379872?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.5</id>
    <updated>2024-12-17T09:59:14Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.5"/>
    <title>v1.4.5</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Use netdev-genl interface to record the queue&#39;s irq and napi info&lt;/li&gt;
&lt;li&gt;Add page pool support&lt;/li&gt;
&lt;li&gt;Flow steering fix to handle the error correctly&lt;/li&gt;
&lt;li&gt;RSS related coccinelle patch fix&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ziweixiao</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/140537301?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.4</id>
    <updated>2024-10-03T22:43:58Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.4"/>
    <title>v1.4.4</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Fixes of Coccinelle patches for resolving several known driver compilation issue on different distros&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ziweixiao</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/140537301?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/139756429/v1.4.3</id>
    <updated>2024-08-28T23:48:04Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases/tag/v1.4.3"/>
    <title>v1.4.3</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;Add support for RSS (Currently supported on A3 and C3+)&lt;/li&gt;
&lt;li&gt;Fix compilation issue on certain versions of ubuntu focal&lt;/li&gt;
&lt;li&gt;Minor bug fixes and improvements&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>jfraker</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/33500961?s=60&amp;v=4"/>
  </entry>
</feed>
