Message ID | 20240411192241.2498631-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show |
Series | net: dqs: optimize if stall threshold is not set | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 11 Apr 2024 12:22:28 -0700 you wrote: > Here are four patches aimed at enhancing the Dynamic Queue Limit (DQL) > subsystem within the networking stack. > > The first two commits involve code refactoring, while the third patch > introduces the actual change. The fourth patch just improves the cache > locality. > > [...] Here is the summary with links: - [net-next,v3,1/4] net: dql: Avoid calling BUG() when WARN() is enough https://git.kernel.org/netdev/net-next/c/4854b463c4b2 - [net-next,v3,2/4] net: dql: Separate queue function responsibilities https://git.kernel.org/netdev/net-next/c/cbe481a1b741 - [net-next,v3,3/4] net: dql: Optimize stall information population https://git.kernel.org/netdev/net-next/c/721f076b62cb - [net-next,v3,4/4] net: dqs: make struct dql more cache efficient https://git.kernel.org/netdev/net-next/c/4ba67ef3a1fb You are awesome, thank you!