xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jan Beulich <JBeulich@suse.com>,
	Sander Eikelenboom <linux@eikelenboom.it>
Cc: "Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Kevin Tian" <kevin.tian@intel.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: Legacy PCI interrupt {de}assertion count
Date: Fri, 31 Mar 2017 10:38:19 -0400	[thread overview]
Message-ID: <20170331143819.GO16644@char.us.oracle.com> (raw)
In-Reply-To: <58DE4FA3020000780014B2D6@prv-mh.provo.novell.com>

On Fri, Mar 31, 2017 at 04:46:27AM -0600, Jan Beulich wrote:
> >>> On 31.03.17 at 10:07, <roger.pau@citrix.com> wrote:
> > On Fri, Mar 31, 2017 at 05:05:44AM +0000, Tian, Kevin wrote:
> >> > From: Jan Beulich [mailto:JBeulich@suse.com]
> >> > Sent: Monday, March 27, 2017 4:00 PM
> >> > 
> >> > >>> On 24.03.17 at 17:54, <roger.pau@citrix.com> wrote:
> >> > > As I understand it, for level triggered legacy PCI interrupts Xen sets
> >> > > up a timer in order to perform the EOI if the guest takes too long in
> >> > > deasserting the line. This is done in pt_irq_time_out. What I don't
> >> > > understand is why this function also does a deassertion of the guest view
> >> > of the PCI interrupt, ie:
> >> > > why it calls hvm_pci_intx_deassert. This AFAICT will clear the pending
> >> > > assert in the guest, and thus the guest will end up loosing one interrupt.
> >> > 
> >> > Especially with the comment next to the respective set_timer() it looks to me
> >> > as if this was the intended effect: If the guest didn't care to at least start
> >> > handling the interrupt within PT_IRQ_TIME_OUT, we want it look to be lost in
> >> > order to not have it block other interrupts inside the guest (i.e. there's more
> >> > to it than just guarding the host here).
> >> > 
> >> > "Luckily" commit 0f843ba00c ("vt-d: Allow pass-through of shared
> >> > interrupts") introducing this has no description at all. Let's see if Kevin
> >> > remembers any further details ...
> >> > 
> >> 
> >> Sorry I don't remember more detail other than existing comments.
> >> Roger, did you encounter a problem now?
> > 
> > No, I didn't encounter any problems with this so far, any well behaved guest
> > will deassert those lines anyway, it just seems to be against the spec.  AFAIK
> > on bare metal the line will be asserted until the OS deasserts it, so I was
> > wondering if this was some kind of workaround?
> 
> "OS deasserts" is a term I don't understand. Aiui it's the origin device
> which would need to de-assert its interrupt, and I think it is not
> uncommon for devices to de-assert interrupts after a certain amount
> of time. If that wasn't the case, spurious interrupts could never occur.

I recall Sander (CC-ed) here hitting this at some point. There was some device
he had (legacy?) that would very much hit this path.

But I can't recall the details, sorry.

Sanders, it was in the context of the dpci softirq work I did if that helps.

> 
> Jan
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel

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

  reply	other threads:[~2017-03-31 14:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 16:54 Legacy PCI interrupt {de}assertion count Roger Pau Monné
2017-03-27  8:00 ` Jan Beulich
2017-03-31  5:05   ` Tian, Kevin
2017-03-31  8:07     ` Roger Pau Monné
2017-03-31 10:46       ` Jan Beulich
2017-03-31 14:38         ` Konrad Rzeszutek Wilk [this message]
2017-04-03 12:22           ` Sander Eikelenboom
2017-04-04 16:07             ` Konrad Rzeszutek Wilk
2017-04-04 19:13               ` Sander Eikelenboom

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=20170331143819.GO16644@char.us.oracle.com \
    --to=konrad.wilk@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=kevin.tian@intel.com \
    --cc=linux@eikelenboom.it \
    --cc=roger.pau@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).