All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Bill Mills <bill.mills@linaro.org>
Cc: virtio-comment@lists.linux.dev,
	 Bertrand Marquis <bertrand.marquis@arm.com>,
	 "Edgar E . Iglesias" <edgar.iglesias@amd.com>,
	 Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>,
	 Viresh Kumar <viresh.kumar@linaro.org>
Subject: Re: [PATCH RFC v2 1/1] virtio-msg: Add virtio-msg, a message based virtio transport layer
Date: Mon, 01 Sep 2025 10:20:37 +0100	[thread overview]
Message-ID: <87iki234wq.fsf@draig.linaro.org> (raw)
In-Reply-To: <20250620224426.3923880-2-bill.mills@linaro.org> (Bill Mills's message of "Fri, 20 Jun 2025 18:44:26 -0400")

Bill Mills <bill.mills@linaro.org> writes:

> Add a new transport layer that is based on messages.
>
> This transport layer still uses virtqueues as the other transport layers do
> but implements transport layer operations by sending and receiving messages
> instead of the "MMR" reads and writes used in virtio-mmio and virtio-pci.
>
> This transport is useful when the device and driver are both implemented in
> software but the trap and emulate operations of virtio-mmio and virtio-pci
> can not be used.
>
> This transport is intended to be used in many situations, including:
> * between a host processor and its co-processors
> * between two different systems (not SMP) connected via PCIe
> * between normal and secure worlds
> * host to vm
> * vm to vm
>
> This is an RFC and not yet intended to be merged. There are multiple
> know issues including not conforming to virtio spec standards.
>
> Signed-off-by: Bill Mills <bill.mills@linaro.org>
> Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>

Ping?

I'll be around at KVM Forum if anyone has any questions about our
use-cases. We've reviewed stuff pretty thoroughly internally but
obviously we need to input from the wider VirtIO community before
proposing a vote.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro

  parent reply	other threads:[~2025-09-01  9:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20 22:44 [PATCH RFC v2 0/1] virtio-msg transport layer Bill Mills
2025-06-20 22:44 ` [PATCH RFC v2 1/1] virtio-msg: Add virtio-msg, a message based virtio " Bill Mills
2025-07-11 13:07   ` Peter Hilber
2025-09-01  9:20   ` Alex Bennée [this message]
2025-09-02 19:44     ` Matias Ezequiel Vara Larsen
2025-09-10 13:39   ` Matias Ezequiel Vara Larsen
2025-09-10 16:01     ` Bill Mills
2026-01-21 17:26 ` [PATCH RFC v2 0/1] virtio-msg " Manivannan Sadhasivam
  -- strict thread matches above, loose matches on Subject: below --
2026-03-06  1:33 [PATCH RFC v2 1/1] virtio-msg: Add virtio-msg, a message based virtio " Andrei Homescu
2026-03-06  8:07 ` Bertrand Marquis
2026-03-06 10:15   ` Bertrand Marquis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iki234wq.fsf@draig.linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=arnaud.pouliquen@foss.st.com \
    --cc=bertrand.marquis@arm.com \
    --cc=bill.mills@linaro.org \
    --cc=edgar.iglesias@amd.com \
    --cc=viresh.kumar@linaro.org \
    --cc=virtio-comment@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.