Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-17 Thread Albert Esteve
On Tue, May 9, 2023 at 2:57 PM Marc-André Lureau wrote: > Hi > > On Tue, May 9, 2023 at 4:53 PM Albert Esteve wrote: > >> >> >> On Tue, May 9, 2023 at 12:53 PM Marc-André Lureau < >> marcandre.lur...@gmail.com> wrote: >> >>> Hi >>> >>> On Wed, May 3, 2023 at 12:21 PM Albert Esteve >>> wrote: >>

Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-09 Thread Marc-André Lureau
Hi On Tue, May 9, 2023 at 4:53 PM Albert Esteve wrote: > > > On Tue, May 9, 2023 at 12:53 PM Marc-André Lureau < > marcandre.lur...@gmail.com> wrote: > >> Hi >> >> On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: >> >>> This API manages objects (in this iteration, >>> dmabuf fds) that can b

Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-09 Thread Albert Esteve
On Tue, May 9, 2023 at 12:53 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: > >> This API manages objects (in this iteration, >> dmabuf fds) that can be shared along different >> virtio devices. >> >> The API allows the diff

Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-09 Thread Marc-André Lureau
Hi On Wed, May 3, 2023 at 12:21 PM Albert Esteve wrote: > This API manages objects (in this iteration, > dmabuf fds) that can be shared along different > virtio devices. > > The API allows the different devices to add, > remove and/or retrieve the objects by simply > invoking the public function

Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-09 Thread Albert Esteve
On Mon, May 8, 2023 at 3:12 PM Cornelia Huck wrote: > On Wed, May 03 2023, Albert Esteve wrote: > > > This API manages objects (in this iteration, > > dmabuf fds) that can be shared along different > > virtio devices. > > > > The API allows the different devices to add, > > remove and/or retriev

Re: [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-08 Thread Cornelia Huck
On Wed, May 03 2023, Albert Esteve wrote: > This API manages objects (in this iteration, > dmabuf fds) that can be shared along different > virtio devices. > > The API allows the different devices to add, > remove and/or retrieve the objects by simply > invoking the public functions that reside i

[PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf

2023-05-03 Thread Albert Esteve
This API manages objects (in this iteration, dmabuf fds) that can be shared along different virtio devices. The API allows the different devices to add, remove and/or retrieve the objects by simply invoking the public functions that reside in the virtio-dmabuf file. Signed-off-by: Albert Esteve