Re: netconsole deadlock with virtnet
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2020-11-24 14:31:45
Also in:
virtualization
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2020-11-24 14:31:45
Also in:
virtualization
On Tue, 24 Nov 2020 11:22:03 +0800 Jason Wang [off-list ref] wrote:
Btw, have a quick search, there are several other drivers that uses tx lock in the tx NAPI.
tx NAPI is not the issue. The issue is that write_msg() (in netconsole.c) calls this polling logic with the target_list_lock held. Are those other drivers called by netconsole? If not, then this is unique to virtio-net. -- Steve