Re: [PATCH net-next v4 0/4] Add gve driver

2019-07-01 Thread David Miller
From: Catherine Sullivan Date: Mon, 1 Jul 2019 15:57:51 -0700 > This patch series adds the gve driver which will support the > Compute Engine Virtual NIC that will be available in the future. ... Series applied to net-next, thanks.

[PATCH net-next v4 0/4] Add gve driver

2019-07-01 Thread Catherine Sullivan
This patch series adds the gve driver which will support the Compute Engine Virtual NIC that will be available in the future. v2: - Patch 1: - Remove gve_size_assert.h and use static_assert instead. - Loop forever instead of bugging if the device won't reset - Use module_pci_driver - Patch 2