All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] iommu: Some IOVA code reorganisation
@ 2021-09-24 10:01 ` John Garry
  0 siblings, 0 replies; 52+ messages in thread
From: John Garry @ 2021-09-24 10:01 UTC (permalink / raw)
  To: joro, will, mst, jasowang, robin.murphy
  Cc: xieyongji, linux-kernel, iommu, virtualization, linuxarm,
	thunder.leizhen, baolu.lu, John Garry

The IOVA domain structure is a bit overloaded, holding:
- IOVA tree management
- FQ control
- IOVA rcache memories

Indeed only a couple of IOVA users use the rcache, and only dma-iommu.c
uses the FQ feature.

This series separates out that structure. In addition, it moves the FQ
code into dma-iommu.c . This is not strictly necessary, but it does make
it easier for the FQ domain lookup the rcache domain.

The rcache code stays where it is, as it may be reworked in future, so
there is not much point in relocating and then discarding.

This topic was initially discussed and suggested (I think) by Robin here:
https://lore.kernel.org/linux-iommu/1d06eda1-9961-d023-f5e7-fe87e768f067@arm.com/

I also added in another old patch to avoid double-negatives now that
the error handling is a bit better for IOVA init code:
https://lore.kernel.org/linux-iommu/YAVeDOiKBEKZ2Tdq@myrica/

Baseline is v5.15-rc2

John Garry (5):
  iova: Move fast alloc size roundup into alloc_iova_fast()
  iommu: Separate flush queue memories from IOVA domain structure
  iommu: Move IOVA flush queue code to dma-iommu
  iommu: Separate IOVA rcache memories from iova_domain structure
  iommu/iova: Avoid double-negatives in magazine helpers

 drivers/iommu/dma-iommu.c            | 341 +++++++++++++++++++++++---
 drivers/iommu/iova.c                 | 343 ++++++++-------------------
 drivers/vdpa/vdpa_user/iova_domain.c |  61 ++---
 drivers/vdpa/vdpa_user/iova_domain.h |   4 +-
 include/linux/iova.h                 |  82 +------
 5 files changed, 451 insertions(+), 380 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-12-22 11:53 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 10:01 [PATCH 0/5] iommu: Some IOVA code reorganisation John Garry
2021-09-24 10:01 ` John Garry
2021-09-24 10:01 ` [PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast() John Garry
2021-09-24 10:01   ` John Garry
2021-10-04 11:31   ` Will Deacon
2021-10-04 11:31     ` Will Deacon
2021-10-04 11:31     ` Will Deacon
2021-10-08 16:20     ` John Garry
2021-10-08 16:20       ` John Garry
2021-10-09  3:12       ` Yongji Xie
2021-10-09  3:12         ` Yongji Xie
2021-10-11  2:06   ` Jason Wang
2021-10-11  2:06     ` Jason Wang
2021-10-11  2:06     ` Jason Wang
2021-10-27  9:25     ` John Garry
2021-10-27  9:25       ` John Garry
2021-10-18 15:42   ` Michael S. Tsirkin
2021-10-18 15:42     ` Michael S. Tsirkin
2021-10-18 15:42     ` Michael S. Tsirkin
2021-09-24 10:01 ` [PATCH 2/5] iommu: Separate flush queue memories from IOVA domain structure John Garry
2021-09-24 10:01   ` John Garry
2021-09-24 10:01 ` [PATCH 3/5] iommu: Move IOVA flush queue code to dma-iommu John Garry
2021-09-24 10:01   ` John Garry
2021-09-24 10:01 ` [PATCH 4/5] iommu: Separate IOVA rcache memories from iova_domain structure John Garry
2021-09-24 10:01   ` John Garry
2021-12-20  8:49   ` John Garry
2021-12-20  8:49     ` John Garry via iommu
2021-12-20 13:57     ` Robin Murphy
2021-12-20 13:57       ` Robin Murphy
2021-12-20 13:57       ` Robin Murphy
2021-12-22 11:53       ` John Garry
2021-12-22 11:53         ` John Garry via iommu
2021-09-24 10:01 ` [PATCH 5/5] iommu/iova: Avoid double-negatives in magazine helpers John Garry
2021-09-24 10:01   ` John Garry
2021-10-04 11:38   ` Will Deacon
2021-10-04 11:38     ` Will Deacon
2021-10-04 11:38     ` Will Deacon
2021-10-04 13:33     ` John Garry
2021-10-04 13:33       ` John Garry
2021-10-04 11:44 ` [PATCH 0/5] iommu: Some IOVA code reorganisation Will Deacon
2021-10-04 11:44   ` Will Deacon
2021-10-04 11:44   ` Will Deacon
2021-10-04 13:56   ` John Garry
2021-10-04 13:56     ` John Garry
2021-10-04 14:48   ` Robin Murphy
2021-10-04 14:48     ` Robin Murphy
2021-10-04 14:48     ` Robin Murphy
2021-11-16 14:21   ` John Garry
2021-11-16 14:21     ` John Garry
2021-11-16 14:25     ` Robin Murphy
2021-11-16 14:25       ` Robin Murphy
2021-11-16 14:25       ` Robin Murphy

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.