Re: [PATCH net-next v3 2/2] net: mana: Drop TX skb on post_work_request failure and unmap resources
From: Aditya Garg <hidden>
Date: 2025-11-12 12:13:06
Also in:
linux-hyperv, linux-rdma, lkml
From: Aditya Garg <hidden>
Date: 2025-11-12 12:13:06
Also in:
linux-hyperv, linux-rdma, lkml
On 12-11-2025 06:38, Jakub Kicinski wrote:
On Tue, 11 Nov 2025 00:13:01 -0800 Aditya Garg wrote:quoted
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