All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [RFC] Add polling mode feature bit
@ 2019-06-25 15:15 Conghui Chen
  2019-06-25  7:32 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Conghui Chen @ 2019-06-25 15:15 UTC (permalink / raw)
  To: virtio-dev; +Cc: shuo.a.liu, yu1.wang

Hi,

We are working on enable VIRTIO on RTVMs. For RT requirements and some
security reasons, the VIRTIO interrupts are not allowed to inject to
guest OS, and the notify flow may bring some uncertain delay, so the
polling mode for VIRTIO device is taken into consideration. And in some
open source projects, like DPDK and OVMF, the polling mode is
implemented on device level, but if a system need all the VIRTIO devices
work on polling mode, then we should support it for each VIRTIO device
type. That will take lots of effort and may not able to upstream, such
as in RT-Linux. So, we wonder that, if we could support polling mode on
VIRTIO framework level?

We have a proposal:
Add a new feature bit: VIRTIO_F_PMD(39)
This feature indicates that the driver should work in polling mode, and
the device will not inject interrupt to Guest OS.

Regards,
Conghui.


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-25 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-25 15:15 [virtio-dev] [RFC] Add polling mode feature bit Conghui Chen
2019-06-25  7:32 ` Paolo Bonzini
2019-06-25 19:17   ` Conghui Chen
2019-06-25 11:27     ` Paolo Bonzini

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.