Re: [PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure

2022-03-28 Thread Andy Shevchenko
On Tue, Feb 8, 2022 at 5:26 PM Paul Cercueil wrote: > > Add the necessary infrastructure to the IIO core to support a new > optional DMABUF based interface. > > The advantage of this new DMABUF based interface vs. the read() > interface, is that it avoids an extra copy of the data between the > ke

Re: [PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure

2022-03-28 Thread Paul Cercueil
Hi Jonathan, Le lun., mars 28 2022 at 18:37:01 +0100, Jonathan Cameron a écrit : On Mon, 7 Feb 2022 12:59:26 + Paul Cercueil wrote: Add the necessary infrastructure to the IIO core to support a new optional DMABUF based interface. The advantage of this new DMABUF based interface vs

Re: [PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure

2022-03-28 Thread Jonathan Cameron
On Mon, 7 Feb 2022 12:59:26 + Paul Cercueil wrote: > Add the necessary infrastructure to the IIO core to support a new > optional DMABUF based interface. > > The advantage of this new DMABUF based interface vs. the read() > interface, is that it avoids an extra copy of the data between the

[PATCH v2 05/12] iio: core: Add new DMABUF interface infrastructure

2022-02-07 Thread Paul Cercueil
Add the necessary infrastructure to the IIO core to support a new optional DMABUF based interface. The advantage of this new DMABUF based interface vs. the read() interface, is that it avoids an extra copy of the data between the kernel and userspace. This is particularly userful for high-speed de