All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iommu/vt-d: boost the mapping process
@ 2021-10-08  0:04 ` Longpeng(Mike)
  0 siblings, 0 replies; 12+ messages in thread
From: Longpeng(Mike) @ 2021-10-08  0:04 UTC (permalink / raw)
  To: baolu.lu, dwmw2, will, joro
  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.

Changes v2 -> v3:
 - make first_pte_in_page() neater  [Baolu]
 - remove meaningless BUG_ON() in __domain_mapping()  [Baolu]

Changes v1 -> v2:
 - Fix compile warning on i386  [Baolu]

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 | 11 ++++++-----
 include/linux/intel-iommu.h | 10 ++++++++--
 2 files changed, 14 insertions(+), 7 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2021-10-08  6:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08  0:04 [PATCH v3 0/2] iommu/vt-d: boost the mapping process Longpeng(Mike)
2021-10-08  0:04 ` Longpeng(Mike)
2021-10-08  0:04 ` [PATCH v3 1/2] iommu/vt-d: convert the return type of first_pte_in_page to bool Longpeng(Mike)
2021-10-08  0:04   ` Longpeng(Mike)
2021-10-08  0:04 ` [PATCH v3 2/2] iommu/vt-d: avoid duplicated removing in __domain_mapping Longpeng(Mike)
2021-10-08  0:04   ` Longpeng(Mike)
2021-10-08  2:07   ` Lu Baolu
2021-10-08  2:07     ` Lu Baolu
2021-10-08  2:43     ` Lu Baolu
2021-10-08  2:43       ` Lu Baolu
2021-10-08  6:34       ` Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
2021-10-08  6:34         ` Longpeng (Mike, Cloud Infrastructure Service Product Dept.)

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.