Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 9 Aug 2023 03:22:05 -0700 you wrote:
When unloading the MANA driver, mana_dealloc_queues() waits for the MANA hardware to complete any inflight packets and set the pending send count to zero. But if the hardware has failed, mana_dealloc_queues() could wait forever.
Fix this by adding a timeout to the wait. Set the timeout to 120 seconds, which is a somewhat arbitrary value that is more than long enough for functional hardware to complete any sends.
[...]
Here is the summary with links: - [V8,net] net: mana: Fix MANA VF unload when hardware is unresponsive https://git.kernel.org/netdev/net/c/a7dfeda6fdec
You are awesome, thank you!