[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240523074651.3717-1-hengqi@linux.alibaba.com>
Date: Thu, 23 May 2024 15:46:49 +0800
From: Heng Qi <hengqi@...ux.alibaba.com>
To: netdev@...r.kernel.org,
virtualization@...ts.linux.dev
Cc: Jason Wang <jasowang@...hat.com>,
"Michael S. Tsirkin" <mst@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Jiri Pirko <jiri@...nulli.us>
Subject: [PATCH net v2 0/2] virtio_net: fix lock warning and unrecoverable state
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
Powered by blists - more mailing lists