[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167688181796.23180.14471359113445943019.git-patchwork-notify@kernel.org>
Date: Mon, 20 Feb 2023 08:30:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Manish Chopra <manishc@...vell.com>
Cc: kuba@...nel.org, netdev@...r.kernel.org, aelior@...vell.com,
stable@...r.kernel.org, bupadhaya@...vell.com, davem@...emloft.net
Subject: Re: [PATCH net] qede: fix interrupt coalescing configuration
Hello:
This patch was applied to netdev/net.git (master)
by David S. Miller <davem@...emloft.net>:
On Thu, 16 Feb 2023 03:54:47 -0800 you wrote:
> On default driver load device gets configured with unexpected
> higher interrupt coalescing values instead of default expected
> values as memory allocated from krealloc() is not supposed to
> be zeroed out and may contain garbage values.
>
> Fix this by allocating the memory of required size first with
> kcalloc() and then use krealloc() to resize and preserve the
> contents across down/up of the interface.
>
> [...]
Here is the summary with links:
- [net] qede: fix interrupt coalescing configuration
https://git.kernel.org/netdev/net/c/908d4bb7c54c
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