Re: [PATCH net-next v3 2/2] net: mana: Drop TX skb on post_work_request failure and unmap resources

From: Aditya Garg

Date: Wed Nov 12 2025 - 07:13:06 EST


On 12-11-2025 06:38, Jakub Kicinski wrote:
On Tue, 11 Nov 2025 00:13:01 -0800 Aditya Garg wrote:
Drop TX packets when posting the work request fails and ensure DMA
mappings are always cleaned up.

drivers/net/ethernet/microsoft/mana/gdma_main.c:1303:23: warning: variable 'gc' set but not used [-Wunused-but-set-variable]
1303 | struct gdma_context *gc;
| ^

Thanks for pointing this out. Will fix this in next revision.

Regards,
Aditya