Re: [PATCH] iova: Remove forward declarations

2022-02-28 Thread John Garry via iommu
On 18/02/2022 16:28, John Garry wrote: Hi guys, A friendly reminder on this one. Cheers, john Now that the FQ code has been moved to dma-iommu.c and also the rcache- related structures have been brought into iova.c, let's rearrange the code to remove all the forward declarations. The general

[PATCH] iova: Remove forward declarations

2022-02-18 Thread John Garry via iommu
Now that the FQ code has been moved to dma-iommu.c and also the rcache- related structures have been brought into iova.c, let's rearrange the code to remove all the forward declarations. The general order is as follows: - RB tree code - iova management - magazine helpers - rcache code and "fast" A