GoogleCloudPlatform / compute-virtual-ethernet-linux

Compute Engine Virtual Ethernet Linux driver.
Other
69 stars 31 forks source link

Bugfixes #22

Closed DavMila closed 3 years ago

DavMila commented 3 years ago

This pull request includes the following bug fixes:

A bit of context around "gve: Upgrade and re-apply memory barriers" is that we would want to keep this tree as close as possible to the in-tree Linux driver, so a memory barrier that was removed from gve_rx_work_pending in an earlier fix is reapplied.