[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <167394841700.1380.843200893151846493.git-patchwork-notify@kernel.org>
Date: Tue, 17 Jan 2023 09:40:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jesper Dangaard Brouer <brouer@...hat.com>
Cc: netdev@...r.kernel.org, kuba@...nel.org, davem@...emloft.net,
edumazet@...gle.com, pabeni@...hat.com
Subject: Re: [PATCH net-next V2 0/2] net: use kmem_cache_free_bulk in
kfree_skb_list
Hello:
This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@...hat.com>:
On Fri, 13 Jan 2023 14:51:54 +0100 you wrote:
> The kfree_skb_list function walks SKB (via skb->next) and frees them
> individually to the SLUB/SLAB allocator (kmem_cache). It is more
> efficient to bulk free them via the kmem_cache_free_bulk API.
>
> Netstack NAPI fastpath already uses kmem_cache bulk alloc and free
> APIs for SKBs.
>
> [...]
Here is the summary with links:
- [net-next,V2,1/2] net: fix call location in kfree_skb_list_reason
https://git.kernel.org/netdev/net-next/c/a4650da2a2d6
- [net-next,V2,2/2] net: kfree_skb_list use kmem_cache_free_bulk
https://git.kernel.org/netdev/net-next/c/eedade12f4cb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists