mbox series

[net-next,0/3] virtio_net: enable the irq for ctrlq

Message ID 20240425125855.87025-1-hengqi@linux.alibaba.com (mailing list archive)
Headers show
Series virtio_net: enable the irq for ctrlq | expand

Message

Heng Qi April 25, 2024, 12:58 p.m. UTC
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.

This patch set is on top of
https://lore.kernel.org/all/20240423035746.699466-1-danielj@nvidia.com/ ,
so patchwork may cause warnings.

Heng Qi (3):
  virtio_net: enable irq for the control vq
  virtio_net: fix possible dim status unrecoverable
  virtio_net: improve dim command request efficiency

 drivers/net/virtio_net.c | 268 +++++++++++++++++++++++++++++++++++----
 1 file changed, 240 insertions(+), 28 deletions(-)