Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.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!