[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240619161908.82348-1-hengqi@linux.alibaba.com>
Date: Thu, 20 Jun 2024 00:19:03 +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>,
Eugenio PĂ©rez <eperezma@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Subject: [PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
Ctrlq in polling mode may cause the virtual machine to hang and
occupy additional CPU resources. Enabling the irq for ctrlq
alleviates this problem and allows commands to be requested
concurrently.
Changelog
=========
v3->v4:
- Turn off the switch before flush the get_cvq work.
- Add interrupt suppression.
v2->v3:
- Use the completion for dim cmds.
v1->v2:
- Refactor the patch 1 and rephase the commit log.
Heng Qi (5):
virtio_net: passing control_buf explicitly
virtio_net: enable irq for the control vq
virtio_net: change the command token to completion
virtio_net: refactor command sending and response handling
virtio_net: improve dim command request efficiency
drivers/net/virtio_net.c | 309 ++++++++++++++++++++++++++++++++-------
1 file changed, 260 insertions(+), 49 deletions(-)
--
2.32.0.3.g01195cf9f
Powered by blists - more mailing lists