Re: [PATCH net] gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL

From: Jakub Kicinski

Date: Tue Feb 17 2026 - 20:26:29 EST


On Fri, 13 Feb 2026 16:12:26 -0800 Joshua Washington wrote:
> }
>
> +static void gve_unmap_packet(struct device *dev,
> + struct gve_tx_pending_packet_dqo *pkt);
> +
> /* gve_tx_free_desc - Cleans up all pending tx requests and buffers.

Per kernel coding style forward declarations should be avoided.
Please move the functions instead.
--
pw-bot: cr