gve: Fix error return code in gve_prefill_rx_pages()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 4 Nov 2022 06:17:36 +0000 (14:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2022 11:32:28 +0000 (11:32 +0000)
commit64c426dfbbd2710e4bcac42aaced21fe10f05fde
tree2b6cd3b412dfd6d474f3a11107f1f4df4fae38be
parent6c8fae0caf5dd893987a66772b12aacdf88dd848
gve: Fix error return code in gve_prefill_rx_pages()

If alloc_page() fails in gve_prefill_rx_pages(), it should return
an error code in the error path.

Fixes: 82fd151d38d9 ("gve: Reduce alloc and copy costs in the GQ rx path")
Cc: Jeroen de Borst <jeroendb@google.com>
Cc: Catherine Sullivan <csully@google.com>
Cc: Shailend Chand <shailend@google.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/google/gve/gve_rx.c