All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH 00/11] Additional virtio device resources
@ 2020-08-24 14:36 Nikos Dragazis
  2020-08-24 14:36 ` [virtio-dev] [PATCH 01/11] content: Remove duplicate content Nikos Dragazis
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Nikos Dragazis @ 2020-08-24 14:36 UTC (permalink / raw)
  To: virtio-dev; +Cc: Stefan Hajnoczi, Michael S . Tsirkin, Alex Bennée

Hi everyone,

This patch introduces the "doorbells" and "device-specific
notifications" as a new set of virtio device resources.

Doorbells are device registers that allow a driver to notify the device
for events other than virtqueue activity.

Device-specific notifications are interrupts that allow a device to
notify the driver for events other than virtqueue activity and
configuration changes.

The purpose of both of these resources is to allow a virtio device to
send/receive **device-specific** notifications to/from the driver. This
is not supported by the current version of the virtio spec, since the
only notifications supported are configuration changes, available and
used buffer notifications.

These resources will be used later by the virtio-vhost-user [1] device
in order to send/receive notifications to/from the driver regarding
activity on the vhost-user virtqueues. By standardizing these resources
as standalone virtio device resources, other future devices will be able
to use them as well.

Also, note that this patch contains some fix commits for some minor
typos/bugs that I bumped into while writing this patch.

Nikos

[1] https://lists.oasis-open.org/archives/virtio-dev/202005/msg00132.html

Nikos Dragazis (11):
  content: Remove duplicate content
  content: Minor fix
  content: Update list of virtio cfg structures
  content: Minor layout fix
  doorbells: Introduce doorbells
  content: Introduce Doorbell cfg type for PCI
  content: Introduce Doorbell register for MMIO
  notifications: Introduce device-specific notifications
  content: Introduce device-specific notification cfg type for PCI
  content: Fix typo
  content: Introduce device-specific notifications for MMIO

 conformance.tex |   2 +
 content.tex     | 177 ++++++++++++++++++++++++++++++++++++++++--------
 doorbells.tex   |  12 ++++
 3 files changed, 163 insertions(+), 28 deletions(-)
 create mode 100644 doorbells.tex

-- 
2.17.1


---------------------------------------------------------------------
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] 23+ messages in thread

end of thread, other threads:[~2020-09-20 14:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 14:36 [virtio-dev] [PATCH 00/11] Additional virtio device resources Nikos Dragazis
2020-08-24 14:36 ` [virtio-dev] [PATCH 01/11] content: Remove duplicate content Nikos Dragazis
2020-09-17 15:48   ` [virtio-dev] " Alex Bennée
2020-08-24 14:36 ` [virtio-dev] [PATCH 02/11] content: Minor fix Nikos Dragazis
2020-09-17 16:16   ` [virtio-dev] " Alex Bennée
2020-08-24 14:37 ` [virtio-dev] [PATCH 03/11] content: Update list of virtio cfg structures Nikos Dragazis
2020-09-17 16:34   ` [virtio-dev] " Alex Bennée
2020-09-18 20:24     ` Nikos Dragazis
2020-09-20 14:55       ` Alex Bennée
2020-08-24 14:37 ` [virtio-dev] [PATCH 04/11] content: Minor layout fix Nikos Dragazis
2020-09-17 16:38   ` [virtio-dev] " Alex Bennée
2020-08-24 14:37 ` [virtio-dev] [PATCH 05/11] doorbells: Introduce doorbells Nikos Dragazis
2020-09-17 14:58   ` [virtio-dev] " Alex Bennée
2020-09-17 16:59   ` Alex Bennée
2020-09-17 17:01   ` Alex Bennée
2020-09-18 21:24     ` Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 06/11] content: Introduce Doorbell cfg type for PCI Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 07/11] content: Introduce Doorbell register for MMIO Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 08/11] notifications: Introduce device-specific notifications Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 09/11] content: Introduce device-specific notification cfg type for PCI Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 10/11] content: Fix typo Nikos Dragazis
2020-08-24 14:37 ` [virtio-dev] [PATCH 11/11] content: Introduce device-specific notifications for MMIO Nikos Dragazis
2020-09-17 10:19 ` [virtio-dev] Re: [PATCH 00/11] Additional virtio device resources Nikos Dragazis

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.