All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: Stuart Yoder <b08248@gmail.com>, <qemu-devel@nongnu.org>,
	<agraf@suse.de>, <kvm@vger.kernel.org>, <avi@redhat.com>,
	<anthony@codemonkey.ws>
Subject: Re: RFC [v2]: vfio / device assignment -- layout of device fd files
Date: Mon, 19 Sep 2011 16:15:42 -0500	[thread overview]
Message-ID: <4E77B0FE.6000800@freescale.com> (raw)
In-Reply-To: <1316466464.4443.66.camel@bling.home>

On 09/19/2011 04:07 PM, Alex Williamson wrote:
> On Mon, 2011-09-19 at 14:37 -0500, Scott Wood wrote:
>>> A DTPATH as a record, an INTERRUPT as a sub-record, etc.
>>
>> Same as any other unrecognized (sub)record type, you ignore it -- but
>> the kernel should not be generating this.
> 
> I'm trying to express that I think the spec is unclear here.  It's easy
> to hand wave that the code will do the right thing, but if the next
> person comes along and doesn't understand that a DTPATH is only a
> sub-type and a DTINDEX needs to be paired with a DTPATH, then we've
> failed.

Sure, the spec needs to be clear about which types are expected in each
context.

>> I'd prefer to keep one numberspace, with documented restrictions on what
>> types/subtypes are allowed in each context.  Makes it easier if we end
>> up in a situation where a (sub)record type is applicable to multiple
>> contexts, and easier to detect when an error has been made.
> 
> Couldn't we accomplish the same with separate type and subtype number
> spaces?
> 
> enum types {
> 	REGION,
> 	INTERRUPT,
> };
> 
> enum subtypes {
> 	DTPATH,
> 	DTINDEX,
> 	PHYS_ADDR,
> 	PCI_CONFIG_SPACE,
> 	PCI_BAR_INDEX,
> };
> 
> I just find it confusing that we intermix them when defining them.
> Thanks,

As long as we don't have separate numberspaces for PCI/DT/future-stuff,
I'm reasonably happy.

-Scott


WARNING: multiple messages have this Message-ID (diff)
From: Scott Wood <scottwood@freescale.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: kvm@vger.kernel.org, Stuart Yoder <b08248@gmail.com>,
	agraf@suse.de, qemu-devel@nongnu.org, avi@redhat.com
Subject: Re: [Qemu-devel] RFC [v2]: vfio / device assignment -- layout of device fd files
Date: Mon, 19 Sep 2011 16:15:42 -0500	[thread overview]
Message-ID: <4E77B0FE.6000800@freescale.com> (raw)
In-Reply-To: <1316466464.4443.66.camel@bling.home>

On 09/19/2011 04:07 PM, Alex Williamson wrote:
> On Mon, 2011-09-19 at 14:37 -0500, Scott Wood wrote:
>>> A DTPATH as a record, an INTERRUPT as a sub-record, etc.
>>
>> Same as any other unrecognized (sub)record type, you ignore it -- but
>> the kernel should not be generating this.
> 
> I'm trying to express that I think the spec is unclear here.  It's easy
> to hand wave that the code will do the right thing, but if the next
> person comes along and doesn't understand that a DTPATH is only a
> sub-type and a DTINDEX needs to be paired with a DTPATH, then we've
> failed.

Sure, the spec needs to be clear about which types are expected in each
context.

>> I'd prefer to keep one numberspace, with documented restrictions on what
>> types/subtypes are allowed in each context.  Makes it easier if we end
>> up in a situation where a (sub)record type is applicable to multiple
>> contexts, and easier to detect when an error has been made.
> 
> Couldn't we accomplish the same with separate type and subtype number
> spaces?
> 
> enum types {
> 	REGION,
> 	INTERRUPT,
> };
> 
> enum subtypes {
> 	DTPATH,
> 	DTINDEX,
> 	PHYS_ADDR,
> 	PCI_CONFIG_SPACE,
> 	PCI_BAR_INDEX,
> };
> 
> I just find it confusing that we intermix them when defining them.
> Thanks,

As long as we don't have separate numberspaces for PCI/DT/future-stuff,
I'm reasonably happy.

-Scott

  reply	other threads:[~2011-09-19 21:18 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09 13:11 RFC [v2]: vfio / device assignment -- layout of device fd files Stuart Yoder
2011-09-09 13:11 ` [Qemu-devel] " Stuart Yoder
2011-09-09 13:16 ` Stuart Yoder
2011-09-09 13:16   ` [Qemu-devel] " Stuart Yoder
2011-09-19 15:16 ` Alex Williamson
2011-09-19 15:16   ` [Qemu-devel] " Alex Williamson
2011-09-19 19:37   ` Scott Wood
2011-09-19 19:37     ` [Qemu-devel] " Scott Wood
2011-09-19 21:07     ` Alex Williamson
2011-09-19 21:07       ` [Qemu-devel] " Alex Williamson
2011-09-19 21:15       ` Scott Wood [this message]
2011-09-19 21:15         ` Scott Wood
2011-09-26  7:51 ` David Gibson
2011-09-26  7:51   ` David Gibson
2011-09-26 10:04   ` Alexander Graf
2011-09-26 10:04     ` Alexander Graf
2011-09-26 18:34     ` Alex Williamson
2011-09-26 18:34       ` Alex Williamson
2011-09-26 20:03       ` Stuart Yoder
2011-09-26 20:03         ` Stuart Yoder
2011-09-26 20:42         ` Alex Williamson
2011-09-26 20:42           ` Alex Williamson
2011-09-26 23:59       ` Scott Wood
2011-09-26 23:59         ` Scott Wood
2011-09-27  0:45         ` Alex Williamson
2011-09-27  0:45           ` Alex Williamson
2011-09-27 21:28           ` Scott Wood
2011-09-27 21:28             ` Scott Wood
2011-09-28  2:40             ` Alex Williamson
2011-09-28  2:40               ` [Qemu-devel] " Alex Williamson
2011-09-28  8:58               ` Alexander Graf
2011-09-28  8:58                 ` Alexander Graf
2011-09-30  8:55                 ` David Gibson
2011-09-30  8:55                   ` David Gibson
2011-09-30  8:50         ` David Gibson
2011-09-30  8:50           ` David Gibson
2011-09-30  8:46       ` David Gibson
2011-09-30  8:46         ` David Gibson
2011-09-30 16:37         ` Alex Williamson
2011-09-30 16:37           ` Alex Williamson
2011-09-30 21:59         ` Alex Williamson
2011-09-30 21:59           ` Alex Williamson
2011-10-06 23:18           ` Aaron Fabbri
2011-09-30  8:40     ` David Gibson
2011-09-30  8:40       ` David Gibson
2011-09-26 19:57   ` Stuart Yoder
2011-09-26 19:57     ` Stuart Yoder
2011-09-27  0:25     ` Scott Wood
2011-09-27  0:25       ` Scott Wood

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=4E77B0FE.6000800@freescale.com \
    --to=scottwood@freescale.com \
    --cc=agraf@suse.de \
    --cc=alex.williamson@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=b08248@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.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 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.