qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/5] virtio-mmio: add notify feature for per-queue


From: Jason Wang
Subject: Re: [PATCH v2 1/5] virtio-mmio: add notify feature for per-queue
Date: Wed, 12 Feb 2020 11:39:54 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0


On 2020/2/11 下午7:33, Michael S. Tsirkin wrote:
On Mon, Feb 10, 2020 at 05:05:17PM +0800, Zha Bin wrote:
From: Liu Jiang<address@hidden>

The standard virtio-mmio devices use notification register to signal
backend. This will cause vmexits and slow down the performance when we
passthrough the virtio-mmio devices to guest virtual machines.
We proposed to update virtio over MMIO spec to add the per-queue
notify feature VIRTIO_F_MMIO_NOTIFICATION[1]. It can allow the VMM to
configure notify location for each queue.

[1]https://lkml.org/lkml/2020/1/21/31

Signed-off-by: Liu Jiang<address@hidden>
Co-developed-by: Zha Bin<address@hidden>
Signed-off-by: Zha Bin<address@hidden>
Co-developed-by: Jing Liu<address@hidden>
Signed-off-by: Jing Liu<address@hidden>
Co-developed-by: Chao Peng<address@hidden>
Signed-off-by: Chao Peng<address@hidden>
Hmm. Any way to make this static so we don't need
base and multiplier?


E.g page per vq?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]