Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Wed, 14 Apr 2021 22:09:20 +0300 you wrote:
> Tx queue cleanup happens in interrupt handler on same core as rx queue
> processing. Both can take considerable amount of processing in high
> packet-per-second scenarios.
> 
> Sending big amounts of packets can stall the rx processing which is
> unfair and also can lead to out-of-memory condition since
> __dev_kfree_skb_irq queues the skbs for later kfree in softirq which
> is not allowed to happen with heavy load in interrupt handler.
> 
> [...]

Here is the summary with links:
  - [net-next,v6] atl1c: move tx cleanup processing out of interrupt
    https://git.kernel.org/netdev/net-next/c/a1150a04b7e8

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Reply via email to