Thread (21 messages) 21 messages, 5 authors, 2020-06-08

Re: [PATCH v3 1/4] dma-buf: add support for virtio exported objects

From: David Stevens <hidden>
Date: 2020-05-14 08:19:53
Also in: dri-devel, linux-media, lkml

Sorry for the duplicate reply, didn't notice this until now.
Just storing
the uuid should be doable (assuming this doesn't change during the
lifetime of the buffer), so no need for a callback.
Directly storing the uuid doesn't work that well because of
synchronization issues. The uuid needs to be shared between multiple
virtio devices with independent command streams, so to prevent races
between importing and exporting, the exporting driver can't share the
uuid with other drivers until it knows that the device has finished
registering the uuid. That requires a round trip to and then back from
the device. Using a callback allows the latency from that round trip
registration to be hidden.

-David
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help