Re: swiotlb cleanups v2

2021-03-11 Thread Christoph Hellwig
Any comments? I would be good to make some progress on this series as the base for the various additional pools. On Mon, Mar 01, 2021 at 08:44:22AM +0100, Christoph Hellwig wrote: > Hi Konrad, > > this series contains a bunch of swiotlb cleanups, mostly to reduce the > amount of internals exposed

swiotlb cleanups v2

2021-02-28 Thread Christoph Hellwig
Hi Konrad, this series contains a bunch of swiotlb cleanups, mostly to reduce the amount of internals exposed to code outside of swiotlb.c, which should helper to prepare for supporting multiple different bounce buffer pools. Changes since v1: - rebased to v5.12-rc1 - a few more cleanups - mer