Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Venu Busireddy <venu.busireddy@oracle.com>
Cc: virtio-dev@lists.oasis-open.org
Subject: [virtio-dev] Re: RFC: Use of bridge devices to store pairing information...
Date: Fri, 1 Jun 2018 18:43:41 +0300	[thread overview]
Message-ID: <20180601182834-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20180601012832.GA7888@vbusired-vm>

On Thu, May 31, 2018 at 08:28:32PM -0500, Venu Busireddy wrote:
> 
> I looked at the discussion in the threads [1] and [2], where it was
> suggested placing the passthrough device behind one bridge, and the virtio
> device behind another bridge, and storing in those bridges' configuration
> space some unique identifier that can be used to pair the two devices.
> 
> After some discussions with Si-Wei Liu and others, we believe that the
> following scheme may be a viable approach.

Thanks for writing this up!  I mostly agree which isn't surprising since
I proposed this scheme originally ;)
https://patchwork.ozlabs.org/patch/901596/#1901665

Some minor comments though:

> Please take a look at this
> proposal and provide your thoughts.
> 
> 1. Enhance the QEMU CLI to include a "group_id" option to the bridge
>    devices for Q35 as well as i440FX models. I have already made changes
>    for the Q35 model (ioh3420 bridge).
> 
> 2. When the guest is created, the operator creates two bridge devices
>    (for example, using '-device ioh3420,group_id="string"'), and specifies
>    a unique identifier string for both bridges. This identifier can be
>    the UUID generated by 'uuidgen' command.

I suggest we limit this to a bridge with QEMU vendor/device ID.

We have pci-bridge and pci-bridge-seat.

This could be similar: pci-bridge-group.
Less of a chance there's a conflict.

Accordingly bridge is the group, not the id :)

> 3. QEMU places this unique identifier in the PCI configuration space of
>    the bridge as Vendor-Specific capability (0x09).

Why not use the standard UUID capability? Accordingly name property
uuid?

> The "Vendor" here is
>    not to be confused with a specific organization. Instead, the vendor
>    of the bridge is QEMU (with vendor ID 0x8086 and device ID 0x3420).

So that has a small chance of conflicting with a vendor
specific capability used by some driver of this bridge.
We are better off with an actual vendor/device ID IMHO.

> 4. The operator places the passthrough device behind one of the bridges,
>    and the virtio device behind the other bridge.
> 
> 5. Patch 4 in patch series [3] should be modified to use the unique
>    identifier string stored in the bridges' configuration space instead
>    of the MAC address for pairing the devices.
> 
> If it is desirable to create only one bridge instead of two (to conserve
> the  number of devices in the system), then the passthrough device can be
> attached to that single bridge (with the identifier), and the identifier
> for the virtio device can be stored in the virtio device's configuration
> space itself. To do that, we need to update the virtio specification,

I think we can use the standard PCI UUID. No need to update the spec
for this.

> and I have sent a proposal [4] to the OASIS team to update the virtio
> specification. If that proposal is accepted, then we can modify QEMU to
> use the virtio device's configuration space instead of the second bridge
> to store the unique identifier.
> 
> Thank you for sparing the time.
> 
> Venu
> 
> [1] https://www.spinics.net/lists/linux-virtualization/msg33518.html
> [2] https://www.spinics.net/lists/netdev/msg499011.html
> [3] https://patchwork.ozlabs.org/cover/920005/
> [4] https://lists.oasis-open.org/archives/virtio-dev/201805/msg00118.html

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


  parent reply	other threads:[~2018-06-01 15:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-01  1:28 [virtio-dev] RFC: Use of bridge devices to store pairing information Venu Busireddy
2018-06-01 15:26 ` Samudrala, Sridhar
2018-06-01 15:48   ` Michael S. Tsirkin
2018-06-01 17:22     ` Samudrala, Sridhar
2018-06-01 20:05       ` Michael S. Tsirkin
2018-06-01 20:31     ` Siwei Liu
2018-06-01 20:37       ` Venu Busireddy
2018-06-01 21:04         ` Michael S. Tsirkin
2018-06-01 21:01       ` Michael S. Tsirkin
2018-06-01 15:43 ` Michael S. Tsirkin [this message]
2018-06-01 15:45   ` [virtio-dev] " Michael S. Tsirkin

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=20180601182834-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=venu.busireddy@oracle.com \
    --cc=virtio-dev@lists.oasis-open.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox