Re: [PATCH net-next 3/3] net: netpoll: flush skb pool during cleanup

From: Breno Leitao
Date: Fri Nov 01 2024 - 07:58:09 EST


On Thu, Oct 31, 2024 at 06:29:27PM -0700, Jakub Kicinski wrote:
> On Fri, 25 Oct 2024 07:20:20 -0700 Breno Leitao wrote:
> > + skb_queue_head_init(&np->skb_pool);
>
> This belongs in the previous patch

Agree. Good catch. I will update.