Re: [PATCH] gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO
From: Bailey Forrest
Date: Mon Jun 02 2025 - 15:25:20 EST
Hi Alok,
I think this patch isn't needed. gve_tx_add_skb_dqo() is only called
after checking gve_maybe_stop_tx_dqo(), which checks that
gve_alloc_pending_packet() will not return NULL.