netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] virtio_net: fix lock warning and unrecoverable state
@ 2024-05-22  3:45 Heng Qi
  2024-05-22  3:45 ` [PATCH net 1/2] virtio_net: fix possible dim status unrecoverable Heng Qi
  2024-05-22  3:45 ` [PATCH net 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce" Heng Qi
  0 siblings, 2 replies; 9+ messages in thread
From: Heng Qi @ 2024-05-22  3:45 UTC (permalink / raw)
  To: netdev, virtualization
  Cc: Jason Wang, Michael S. Tsirkin, Xuan Zhuo, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni

Patch 1 describes and fixes an issue where dim cannot return to
normal state in certain scenarios.

Patch 2 attempts to resolve lockdep's complaints that holding many
nested locks and when there is a maximum number of queues may also
be problematic, so try to remove the dim_lock.

Heng Qi (2):
  virtio_net: fix possible dim status unrecoverable
  Revert "virtio_net: Add a lock for per queue RX coalesce"

 drivers/net/virtio_net.c | 55 ++++++++++------------------------------
 1 file changed, 13 insertions(+), 42 deletions(-)

-- 
2.32.0.3.g01195cf9f


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-22 10:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  3:45 [PATCH net 0/2] virtio_net: fix lock warning and unrecoverable state Heng Qi
2024-05-22  3:45 ` [PATCH net 1/2] virtio_net: fix possible dim status unrecoverable Heng Qi
2024-05-22  8:17   ` Jiri Pirko
2024-05-22  3:45 ` [PATCH net 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce" Heng Qi
2024-05-22  8:15   ` Jiri Pirko
2024-05-22  8:52     ` Heng Qi
2024-05-22  9:44       ` Michael S. Tsirkin
2024-05-22  9:50         ` Heng Qi
2024-05-22 10:51       ` Jiri Pirko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).