From: Lu Baolu <baolu.lu@linux.intel.com>
To: Joerg Roedel <joro@8bytes.org>
Cc: kevin.tian@intel.com, ashok.raj@intel.com,
linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org
Subject: [PATCH 0/5] iommu/vt-d: Add page request draining support
Date: Tue, 17 Mar 2020 15:02:24 +0800 [thread overview]
Message-ID: <20200317070229.21131-1-baolu.lu@linux.intel.com> (raw)
When a PASID is stopped or terminated, there can be pending
PRQs (requests that haven't received responses) in remapping
hardware. VT-d driver must drain the pending page requests so
that the pasid could be reused. The register level interface
for page request draining is defined in 7.11 of the VT-d spec.
This series adds the support for page requests draining.
This functionality was mainly developed and tested by
Jacob Pan <jacob.jun.pan@linux.intel.com>
Liu Yi L <yi.l.liu@intel.com>.
Thanks a lot.
Please help to review.
Best regards,
baolu
Jacob Pan (1):
iommu/vt-d: Add page request draining support
Lu Baolu (4):
iommu/vt-d: Add get_domain_info() helper
iommu/vt-d: Refactor parameters for qi_submit_sync()
iommu/vt-d: Multiple descriptors per qi_submit_sync()
iommu/vt-d: Refactor prq_event_thread()
drivers/iommu/dmar.c | 50 ++++---
drivers/iommu/intel-iommu.c | 38 +++--
drivers/iommu/intel-pasid.c | 16 +--
drivers/iommu/intel-svm.c | 207 ++++++++++++++++++++++++----
drivers/iommu/intel_irq_remapping.c | 2 +-
include/linux/intel-iommu.h | 9 +-
6 files changed, 258 insertions(+), 64 deletions(-)
--
2.17.1
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
WARNING: multiple messages have this Message-ID (diff)
From: Lu Baolu <baolu.lu@linux.intel.com>
To: Joerg Roedel <joro@8bytes.org>
Cc: ashok.raj@intel.com, jacob.jun.pan@linux.intel.com,
Liu Yi L <yi.l.liu@intel.com>,
kevin.tian@intel.com, iommu@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, Lu Baolu <baolu.lu@linux.intel.com>
Subject: [PATCH 0/5] iommu/vt-d: Add page request draining support
Date: Tue, 17 Mar 2020 15:02:24 +0800 [thread overview]
Message-ID: <20200317070229.21131-1-baolu.lu@linux.intel.com> (raw)
When a PASID is stopped or terminated, there can be pending
PRQs (requests that haven't received responses) in remapping
hardware. VT-d driver must drain the pending page requests so
that the pasid could be reused. The register level interface
for page request draining is defined in 7.11 of the VT-d spec.
This series adds the support for page requests draining.
This functionality was mainly developed and tested by
Jacob Pan <jacob.jun.pan@linux.intel.com>
Liu Yi L <yi.l.liu@intel.com>.
Thanks a lot.
Please help to review.
Best regards,
baolu
Jacob Pan (1):
iommu/vt-d: Add page request draining support
Lu Baolu (4):
iommu/vt-d: Add get_domain_info() helper
iommu/vt-d: Refactor parameters for qi_submit_sync()
iommu/vt-d: Multiple descriptors per qi_submit_sync()
iommu/vt-d: Refactor prq_event_thread()
drivers/iommu/dmar.c | 50 ++++---
drivers/iommu/intel-iommu.c | 38 +++--
drivers/iommu/intel-pasid.c | 16 +--
drivers/iommu/intel-svm.c | 207 ++++++++++++++++++++++++----
drivers/iommu/intel_irq_remapping.c | 2 +-
include/linux/intel-iommu.h | 9 +-
6 files changed, 258 insertions(+), 64 deletions(-)
--
2.17.1
next reply other threads:[~2020-03-17 7:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 7:02 Lu Baolu [this message]
2020-03-17 7:02 ` [PATCH 0/5] iommu/vt-d: Add page request draining support Lu Baolu
2020-03-17 7:02 ` [PATCH 1/5] iommu/vt-d: Add get_domain_info() helper Lu Baolu
2020-03-17 7:02 ` Lu Baolu
2020-03-17 7:02 ` [PATCH 2/5] iommu/vt-d: Refactor parameters for qi_submit_sync() Lu Baolu
2020-03-17 7:02 ` Lu Baolu
2020-03-17 7:02 ` [PATCH 3/5] iommu/vt-d: Multiple descriptors per qi_submit_sync() Lu Baolu
2020-03-17 7:02 ` Lu Baolu
2020-03-17 7:02 ` [PATCH 4/5] iommu/vt-d: Refactor prq_event_thread() Lu Baolu
2020-03-17 7:02 ` Lu Baolu
2020-03-17 7:02 ` [PATCH 5/5] iommu/vt-d: Add page request draining support Lu Baolu
2020-03-17 7:02 ` Lu Baolu
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=20200317070229.21131-1-baolu.lu@linux.intel.com \
--to=baolu.lu@linux.intel.com \
--cc=ashok.raj@intel.com \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=kevin.tian@intel.com \
--cc=linux-kernel@vger.kernel.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.