xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Paul Durrant <Paul.Durrant@citrix.com>
To: Roger Pau Monne <roger.pau@citrix.com>
Cc: Kevin Tian <kevin.tian@intel.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	Andrew Cooper <Andrew.Cooper3@citrix.com>,
	"Tim (Xen.org)" <tim@xen.org>,
	George Dunlap <George.Dunlap@citrix.com>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>,
	Ian Jackson <Ian.Jackson@citrix.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Subject: Re: [PATCH 2/4] iommu: generalize iommu_inclusive_mapping
Date: Tue, 31 Jul 2018 08:37:25 +0000	[thread overview]
Message-ID: <94ea25857c9a495dbbe90d371ce51591@AMSPEX02CL03.citrite.net> (raw)
In-Reply-To: <20180731083351.qdg47ffpmc7ti4j7@mac.bytemobile.com>

> -----Original Message-----
> From: Roger Pau Monne
> Sent: 31 July 2018 09:34
> To: Paul Durrant <Paul.Durrant@citrix.com>
> Cc: xen-devel@lists.xenproject.org; Kevin Tian <kevin.tian@intel.com>;
> Stefano Stabellini <sstabellini@kernel.org>; Wei Liu <wei.liu2@citrix.com>;
> George Dunlap <George.Dunlap@citrix.com>; Andrew Cooper
> <Andrew.Cooper3@citrix.com>; Ian Jackson <Ian.Jackson@citrix.com>; Tim
> (Xen.org) <tim@xen.org>; Julien Grall <julien.grall@arm.com>; Jan Beulich
> <jbeulich@suse.com>
> Subject: Re: [Xen-devel] [PATCH 2/4] iommu: generalize
> iommu_inclusive_mapping
> 
> On Tue, Jul 31, 2018 at 09:27:03AM +0100, Paul Durrant wrote:
> > > -----Original Message-----
> > > From: Roger Pau Monne
> > > Sent: 31 July 2018 09:16
> > > To: Paul Durrant <Paul.Durrant@citrix.com>
> > > Cc: xen-devel@lists.xenproject.org; Kevin Tian <kevin.tian@intel.com>;
> > > Stefano Stabellini <sstabellini@kernel.org>; Wei Liu
> <wei.liu2@citrix.com>;
> > > George Dunlap <George.Dunlap@citrix.com>; Andrew Cooper
> > > <Andrew.Cooper3@citrix.com>; Ian Jackson <Ian.Jackson@citrix.com>;
> Tim
> > > (Xen.org) <tim@xen.org>; Julien Grall <julien.grall@arm.com>; Jan
> Beulich
> > > <jbeulich@suse.com>
> > > Subject: Re: [Xen-devel] [PATCH 2/4] iommu: generalize
> > > iommu_inclusive_mapping
> > >
> > > On Tue, Jul 31, 2018 at 08:18:36AM +0100, Paul Durrant wrote:
> > > > > -----Original Message-----
> > > > > From: Xen-devel [mailto:xen-devel-bounces@lists.xenproject.org]
> On
> > > Behalf
> > > > > Of Roger Pau Monne
> > > > > Sent: 27 July 2018 16:32
> > > > > To: xen-devel@lists.xenproject.org
> > > > > Cc: Kevin Tian <kevin.tian@intel.com>; Stefano Stabellini
> > > > > <sstabellini@kernel.org>; Wei Liu <wei.liu2@citrix.com>; George
> Dunlap
> > > > > <George.Dunlap@citrix.com>; Andrew Cooper
> > > > > <Andrew.Cooper3@citrix.com>; Ian Jackson
> <Ian.Jackson@citrix.com>;
> > > Tim
> > > > > (Xen.org) <tim@xen.org>; Julien Grall <julien.grall@arm.com>; Jan
> > > Beulich
> > > > > <jbeulich@suse.com>; Roger Pau Monne <roger.pau@citrix.com>
> > > > > Subject: [Xen-devel] [PATCH 2/4] iommu: generalize
> > > > > iommu_inclusive_mapping
> > > > >
> > > > > Introduce a new iommu=inclusive generic option that supersedes
> > > > > iommu_inclusive_mapping. This should be a non-functional change
> on
> > > > > Intel hardware, while AMD hardware will gain the same functionality
> of
> > > > > mapping almost everything below the 4GB boundary.
> > > > >
> > > > > Note that is a noop for ARM hardware.
> > > > >
> > > > > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> > > > > ---
> > > > > Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> > > > > Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> > > > > Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> > > > > Cc: Jan Beulich <jbeulich@suse.com>
> > > > > Cc: Julien Grall <julien.grall@arm.com>
> > > > > Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > > > > Cc: Stefano Stabellini <sstabellini@kernel.org>
> > > > > Cc: Tim Deegan <tim@xen.org>
> > > > > Cc: Wei Liu <wei.liu2@citrix.com>
> > > > > Cc: Kevin Tian <kevin.tian@intel.com>
> > > > > ---
> > > > >  docs/misc/xen-command-line.markdown   | 14 ++++++
> > > > >  xen/drivers/passthrough/arm/iommu.c   |  4 ++
> > > > >  xen/drivers/passthrough/iommu.c       |  6 +++
> > > > >  xen/drivers/passthrough/vtd/extern.h  |  2 -
> > > > >  xen/drivers/passthrough/vtd/iommu.c   |  6 ---
> > > > >  xen/drivers/passthrough/vtd/x86/vtd.c | 66 +------------------------
> > > > >  xen/drivers/passthrough/x86/iommu.c   | 70
> > > > > +++++++++++++++++++++++++++
> > > > >  xen/include/xen/iommu.h               |  2 +
> > > > >  8 files changed, 97 insertions(+), 73 deletions(-)
> > > > >
> > > > > diff --git a/docs/misc/xen-command-line.markdown
> b/docs/misc/xen-
> > > > > command-line.markdown
> > > > > index 65b4754418..91a8bfc9a6 100644
> > > > > --- a/docs/misc/xen-command-line.markdown
> > > > > +++ b/docs/misc/xen-command-line.markdown
> > > > > @@ -1198,6 +1198,17 @@ detection of systems known to misbehave
> > > upon
> > > > > accesses to that port.
> > > > >
> > > > >  >> Enable IOMMU debugging code (implies `verbose`).
> > > > >
> > > > > +> `inclusive`
> > > >
> > > > This is a dom0 (or hwdom) specific setting so perhaps dom0-inclusive?
> > > >
> > > > Actually the dom0 iommu options are starting to get unwieldy as they
> are
> > > conflated with the general host iommu options so I think it may be
> > > worthwhile splitting things out into a separate 'dom0-iommu=' top level
> > > parameter at this stage. (My reasons are slightly selfish as I intend to add
> > > another dom0 iommu option to give it just reserved regions, to avoid
> > > unnecessary set-up if we know it will be using PV-IOMMU).
> > >
> > > Mapping just the reserved regions is what I actually do for PVH with
> > > iommu=inclusive (patch 4/4), so maybe it would make sense to speak
> about
> > > the
> > > naming here in order to use the same naming for PV and PVH.
> > >
> > > TBH I don't really like the dom0- prefix, the command line iommu
> > > options either apply to all domains or Dom0 only, having
> > > domu-inclusive for example makes no sense IMO.
> >
> > No, I think there are some options that you may want to apply to dom0
> only, but these are more like the dom0_mem or dom0_max_vpus options.
> Particularly, the inclusive option is probably something that is only desirable
> for dom0. Clearly dom0-passthrough and dom0-strict are already defined to
> relate to dom0 only, and options such as 'reserved' should only be specific on
> the command line in relation to dom0 IMO. For other domains such an option
> should be specified via xl.cfg.
> 
> Yes, we already have a bunch of those, so then I think dom0-inclusive
> and dom0-reserved would be appropriate?
> 
> dom0-inclusive-mapping or dom0-reserved-mapping seems too long.

Yes, those names are ok, but I still think it better in the long run if we have something like:

dom0_iommu=[inclusive,][reserved,][strict,][none,][relaxed]

where relaxed is the default and 'none' (I think) is equivalent to the current iommu=dom0-passthrough.

  Paul

> 
> Thanks, Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2018-07-31  8:38 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-27 15:31 [PATCH 0/4] x86/iommu: PVH Dom0 workarounds for missing RMRR/IRSV entries Roger Pau Monne
2018-07-27 15:31 ` [PATCH 1/4] iommu: remove unneeded return from iommu_hwdom_init Roger Pau Monne
2018-07-31  7:19   ` Paul Durrant
2018-07-27 15:31 ` [PATCH 2/4] iommu: generalize iommu_inclusive_mapping Roger Pau Monne
2018-07-31  7:18   ` Paul Durrant
2018-07-31  8:16     ` Roger Pau Monné
2018-07-31  8:27       ` Paul Durrant
2018-07-31  8:33         ` Roger Pau Monné
2018-07-31  8:37           ` Paul Durrant [this message]
2018-07-31  8:49             ` Jan Beulich
2018-07-31  9:05               ` Roger Pau Monné
2018-07-31  9:14                 ` Jan Beulich
2018-07-31  9:34                   ` Roger Pau Monné
2018-07-31  9:37                     ` Paul Durrant
2018-07-31  9:41                     ` Jan Beulich
2018-07-31  9:45                       ` Paul Durrant
2018-07-31  8:45         ` Jan Beulich
2018-07-31 14:39   ` Jan Beulich
2018-07-31 15:33     ` Roger Pau Monné
2018-08-01  8:20       ` Jan Beulich
2018-08-01  8:32         ` Andrew Cooper
2018-08-01  9:10           ` Jan Beulich
2018-08-01  9:20             ` Andrew Cooper
2018-08-01  9:59               ` Jan Beulich
2018-08-01 10:25                 ` Andrew Cooper
2018-08-01  8:33         ` Paul Durrant
2018-08-01  9:11           ` Jan Beulich
2018-08-02  6:53           ` Tian, Kevin
2018-08-01  8:47         ` Roger Pau Monné
2018-07-27 15:31 ` [PATCH 3/4] x86/iommu: reorder conditions used in the inclusive iommu mappings Roger Pau Monne
2018-07-31  7:29   ` Paul Durrant
2018-07-31  8:26     ` Roger Pau Monné
2018-07-27 15:31 ` [PATCH 4/4] x86/iommu: add PVH support to the inclusive options Roger Pau Monne
2018-07-31  7:36   ` Paul Durrant
2018-07-31  8:28     ` Roger Pau Monné
2018-07-31 14:52   ` Jan Beulich
2018-07-31 15:15     ` Roger Pau Monné
2018-07-31 15:27       ` Roger Pau Monné
2018-07-31 15:34         ` Jan Beulich
2018-07-31 15:33       ` Jan Beulich

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=94ea25857c9a495dbbe90d371ce51591@AMSPEX02CL03.citrite.net \
    --to=paul.durrant@citrix.com \
    --cc=Andrew.Cooper3@citrix.com \
    --cc=George.Dunlap@citrix.com \
    --cc=Ian.Jackson@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=kevin.tian@intel.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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;
as well as URLs for NNTP newsgroup(s).