xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6] Fix interrupt latency of HVM PCI passthrough devices.
@ 2014-09-23  2:10 Konrad Rzeszutek Wilk
  2014-09-23  2:10 ` [PATCH v6 for-xen-4.5 1/3] dpci: Move from domain centric model to hvm_dirq_dpci model Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-09-23  2:10 UTC (permalink / raw)
  To: JBeulich, ian.campbell, ian.jackson, xen-devel, keir, tim

Changelog:

since v5 (http://lists.xen.org/archives/html/xen-devel/2014-09/msg02868.html)
 - Redid the series based on Jan's feedback
since v4 
(http://lists.xen.org/archives/html/xen-devel/2014-09/msg01676.html):
 - Ditch the domain centric mechansim.
 - Fix issues raised by Jan.

The big change is on ditching of having a domain centric view and
focus on having it all revolve around 'struct hvm_pirq_dpci'
structure. That all works - except that we must be very careful
with the 'dom' field. The patches optimize the mechanism we use
for injecting interrupts in a guest and reduce the latency of
delievering them to a guest.

 xen/arch/x86/domain.c         |   4 +-
 xen/drivers/passthrough/io.c  | 202 ++++++++++++++++++++++++++++++++++++------
 xen/drivers/passthrough/pci.c |  29 ++++--
 xen/include/xen/hvm/irq.h     |   3 +-
 xen/include/xen/pci.h         |   2 +-
 xen/include/xen/softirq.h     |   3 +
 6 files changed, 203 insertions(+), 40 deletions(-)

Konrad Rzeszutek Wilk (3):
      dpci: Move from domain centric model to hvm_dirq_dpci model.
      dpci: In hvm_dirq_assist stop using pt_pirq_iterate
      dpci: Replace tasklet with an softirq (v6)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-10-07 16:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23  2:10 [PATCH v6] Fix interrupt latency of HVM PCI passthrough devices Konrad Rzeszutek Wilk
2014-09-23  2:10 ` [PATCH v6 for-xen-4.5 1/3] dpci: Move from domain centric model to hvm_dirq_dpci model Konrad Rzeszutek Wilk
2014-09-25 14:24   ` Jan Beulich
2014-09-25 14:48     ` Konrad Rzeszutek Wilk
2014-09-25 15:04       ` Jan Beulich
2014-09-27  1:32         ` Konrad Rzeszutek Wilk
2014-09-29  7:21           ` Jan Beulich
2014-10-07 15:40             ` Konrad Rzeszutek Wilk
2014-10-07 16:10               ` Jan Beulich
2014-09-23  2:10 ` [PATCH v6 for-xen-4.5 2/3] dpci: In hvm_dirq_assist stop using pt_pirq_iterate Konrad Rzeszutek Wilk
2014-09-25 14:29   ` Jan Beulich
2014-09-23  2:10 ` [PATCH v6 for-xen-4.5 3/3] dpci: Replace tasklet with an softirq (v6) Konrad Rzeszutek Wilk
2014-09-25 14:55   ` Jan Beulich
2014-09-25 15:27     ` Konrad Rzeszutek Wilk
2014-09-25 15:45       ` Jan Beulich
2014-09-25 16:05         ` Konrad Rzeszutek Wilk
2014-09-27  1:32         ` Konrad Rzeszutek Wilk

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).