All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] iommu/vt-d: boost the mapping process
@ 2021-09-15 15:21 ` Longpeng(Mike)
  0 siblings, 0 replies; 8+ messages in thread
From: Longpeng(Mike) @ 2021-09-15 15:21 UTC (permalink / raw)
  To: dwmw2, baolu.lu, joro, will
  Cc: iommu, linux-kernel, arei.gonglei, Longpeng(Mike)

Hi guys,

We found that the __domain_mapping() would take too long when
the memory region is too large, we try to make it faster in this
patchset. The performance number can be found in PATCH 2, please
review when you free, thanks.

Longpeng(Mike) (2):
  iommu/vt-d: convert the return type of first_pte_in_page to bool
  iommu/vt-d: avoid duplicated removing in __domain_mapping

 drivers/iommu/intel/iommu.c | 12 +++++++-----
 include/linux/intel-iommu.h |  8 +++++++-
 2 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2021-09-30 14:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 15:21 [PATCH v1 0/2] iommu/vt-d: boost the mapping process Longpeng(Mike)
2021-09-15 15:21 ` Longpeng(Mike)
2021-09-15 15:21 ` [PATCH v1 1/2] iommu/vt-d: convert the return type of first_pte_in_page to bool Longpeng(Mike)
2021-09-15 15:21   ` Longpeng(Mike)
2021-09-15 15:21 ` [PATCH v1 2/2] iommu/vt-d: avoid duplicated removing in __domain_mapping Longpeng(Mike)
2021-09-15 15:21   ` Longpeng(Mike)
2021-09-30 14:14   ` Lu Baolu
2021-09-30 14:14     ` Lu Baolu

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.