GoogleCloudPlatform / compute-virtual-ethernet-linux

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

gve: Upgrade memory barrier in poll routine #14

Closed DavMila closed 3 years ago

DavMila commented 3 years ago

We need a hard memory barrier in the poll routine for both tx and rx, so upgrade the barrier in the poll routine and remove the rx specific barrier since it is now the same.

Signed-off-by: Catherine Sullivan csully@google.com