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

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.

Changelog
=======
v1->v2:
  Patch(2/2): rephase the commit log.

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] 8+ messages in thread

end of thread, other threads:[~2024-05-28 11:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23  7:46 [PATCH net v2 0/2] virtio_net: fix lock warning and unrecoverable state Heng Qi
2024-05-23  7:46 ` [PATCH net v2 1/2] virtio_net: fix possible dim status unrecoverable Heng Qi
2024-05-23  7:46 ` [PATCH net v2 2/2] Revert "virtio_net: Add a lock for per queue RX coalesce" Heng Qi
2024-05-23  9:09   ` Jiri Pirko
2024-05-27 10:42   ` Paolo Abeni
2024-05-28  3:06     ` Heng Qi
2024-05-28 10:04       ` Paolo Abeni
2024-05-28 11:46         ` Heng Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.