Shailend Chand 8ccac4edc8 gve: Fix GFP flags when allocing pages
Use GFP_ATOMIC when allocating pages out of the hotpath,
continue to use GFP_KERNEL when allocating pages during setup.

GFP_KERNEL will allow blocking which allows it to succeed
more often in a low memory enviornment but in the hotpath we do
not want to allow the allocation to block.

Fixes: 9b8dd5e5ea48b ("gve: DQO: Add RX path")
Signed-off-by: Shailend Chand <shailend@google.com>
Signed-off-by: Jeroen de Borst <jeroendb@google.com>
Link: https://lore.kernel.org/r/20220913000901.959546-1-jeroendb@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-09-19 18:31:06 -07:00
..
2022-08-20 10:49:02 -07:00
2022-08-04 12:12:54 -07:00
2022-03-24 13:13:26 -07:00
2022-04-05 17:32:05 -07:00
2022-07-05 15:26:31 -07:00
2022-05-16 10:14:27 +01:00
2022-05-05 15:53:28 -07:00
2022-05-05 15:53:28 -07:00