Searched hist:"95535 e37e8959f50e7aee365a5bdc9e5ed720443" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_rx.c | diff 95535e37e8959f50e7aee365a5bdc9e5ed720443 Fri Oct 13 20:41:21 CDT 2023 Shailend Chand <shailend@google.com> gve: Do not fully free QPL pages on prefill errors
The prefill function should have only removed the page count bias it added. Fully freeing the page will cause gve_free_queue_page_list to free a page the driver no longer owns.
Fixes: 82fd151d38d9 ("gve: Reduce alloc and copy costs in the GQ rx path") Signed-off-by: Shailend Chand <shailend@google.com> Link: https://lore.kernel.org/r/20231014014121.2843922-1-shailend@google.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
|