All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing
@ 2020-01-22  7:16 ` David Stevens
  0 siblings, 0 replies; 5+ messages in thread
From: David Stevens @ 2020-01-22  7:16 UTC (permalink / raw)
  To: virtio-dev, Gerd Hoffmann, Dylan Reid, Tomasz Figa, Zach Reizner,
	Keiichi Watanabe, Alexandre Courbot, Alex Lau,
	Stéphane Marchesin, Pawel Osciak, Gurchetan Singh,
	Stefan Hajnoczi, qemu-devel, Linux Media Mailing List

This RFC comes from the recent discussion on buffer sharing [1],
specifically about the need to share resources between different
virtio devices. For a concrete use case, this can be used to share
virtio-gpu allocated buffers with the recently proposed virtio video
device [2], without the need to memcpy decoded frames through the
guest.

[1] https://markmail.org/thread/jeh5xjjxvylyrbur
[2] https://markmail.org/thread/yb25fim2dqfuktgf

Changes v1 -> v2:
Rename exported resource to exported object
Rename the virtio-gpu export command

David Stevens (2):
  content: define what an exported object is
  virtio-gpu: add the ability to export resources

 content.tex    | 18 ++++++++++++++++++
 virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing
@ 2020-01-22  7:16 ` David Stevens
  0 siblings, 0 replies; 5+ messages in thread
From: David Stevens @ 2020-01-22  7:16 UTC (permalink / raw)
  To: virtio-dev, Gerd Hoffmann, Dylan Reid, Tomasz Figa, Zach Reizner,
	Keiichi Watanabe, Alexandre Courbot, Alex Lau,
	Stéphane Marchesin, Pawel Osciak, Gurchetan Singh,
	Stefan Hajnoczi, qemu-devel, Linux Media Mailing List

This RFC comes from the recent discussion on buffer sharing [1],
specifically about the need to share resources between different
virtio devices. For a concrete use case, this can be used to share
virtio-gpu allocated buffers with the recently proposed virtio video
device [2], without the need to memcpy decoded frames through the
guest.

[1] https://markmail.org/thread/jeh5xjjxvylyrbur
[2] https://markmail.org/thread/yb25fim2dqfuktgf

Changes v1 -> v2:
Rename exported resource to exported object
Rename the virtio-gpu export command

David Stevens (2):
  content: define what an exported object is
  virtio-gpu: add the ability to export resources

 content.tex    | 18 ++++++++++++++++++
 virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing
  2020-01-22  7:16 ` David Stevens
  (?)
@ 2020-01-22  8:24   ` Michael S. Tsirkin
  -1 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2020-01-22  8:24 UTC (permalink / raw)
  To: David Stevens
  Cc: virtio-dev, Gerd Hoffmann, Dylan Reid, Tomasz Figa, Zach Reizner,
	Keiichi Watanabe, Alexandre Courbot, Alex Lau,
	Stéphane Marchesin, Pawel Osciak, Gurchetan Singh,
	Stefan Hajnoczi, qemu-devel, Linux Media Mailing List

On Wed, Jan 22, 2020 at 04:16:15PM +0900, David Stevens wrote:
> This RFC comes from the recent discussion on buffer sharing [1],
> specifically about the need to share resources between different
> virtio devices. For a concrete use case, this can be used to share
> virtio-gpu allocated buffers with the recently proposed virtio video
> device [2], without the need to memcpy decoded frames through the
> guest.
> 
> [1] https://markmail.org/thread/jeh5xjjxvylyrbur
> [2] https://markmail.org/thread/yb25fim2dqfuktgf


Wrong list- this belongs on virtio-comment.
dev is for implementation discussions.

> Changes v1 -> v2:
> Rename exported resource to exported object
> Rename the virtio-gpu export command
> 
> David Stevens (2):
>   content: define what an exported object is
>   virtio-gpu: add the ability to export resources
> 
>  content.tex    | 18 ++++++++++++++++++
>  virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing
@ 2020-01-22  8:24   ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2020-01-22  8:24 UTC (permalink / raw)
  To: David Stevens
  Cc: virtio-dev, Gerd Hoffmann, Dylan Reid, Tomasz Figa, Zach Reizner,
	Keiichi Watanabe, Alexandre Courbot, Alex Lau,
	Stéphane Marchesin, Pawel Osciak, Gurchetan Singh,
	Stefan Hajnoczi, qemu-devel, Linux Media Mailing List

On Wed, Jan 22, 2020 at 04:16:15PM +0900, David Stevens wrote:
> This RFC comes from the recent discussion on buffer sharing [1],
> specifically about the need to share resources between different
> virtio devices. For a concrete use case, this can be used to share
> virtio-gpu allocated buffers with the recently proposed virtio video
> device [2], without the need to memcpy decoded frames through the
> guest.
> 
> [1] https://markmail.org/thread/jeh5xjjxvylyrbur
> [2] https://markmail.org/thread/yb25fim2dqfuktgf


Wrong list- this belongs on virtio-comment.
dev is for implementation discussions.

> Changes v1 -> v2:
> Rename exported resource to exported object
> Rename the virtio-gpu export command
> 
> David Stevens (2):
>   content: define what an exported object is
>   virtio-gpu: add the ability to export resources
> 
>  content.tex    | 18 ++++++++++++++++++
>  virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing
@ 2020-01-22  8:24   ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2020-01-22  8:24 UTC (permalink / raw)
  To: David Stevens
  Cc: virtio-dev, Zach Reizner, Alexandre Courbot, qemu-devel,
	Stefan Hajnoczi, Alex Lau, Tomasz Figa, Keiichi Watanabe,
	Gerd Hoffmann, Stéphane Marchesin, Dylan Reid,
	Gurchetan Singh, Pawel Osciak, Linux Media Mailing List

On Wed, Jan 22, 2020 at 04:16:15PM +0900, David Stevens wrote:
> This RFC comes from the recent discussion on buffer sharing [1],
> specifically about the need to share resources between different
> virtio devices. For a concrete use case, this can be used to share
> virtio-gpu allocated buffers with the recently proposed virtio video
> device [2], without the need to memcpy decoded frames through the
> guest.
> 
> [1] https://markmail.org/thread/jeh5xjjxvylyrbur
> [2] https://markmail.org/thread/yb25fim2dqfuktgf


Wrong list- this belongs on virtio-comment.
dev is for implementation discussions.

> Changes v1 -> v2:
> Rename exported resource to exported object
> Rename the virtio-gpu export command
> 
> David Stevens (2):
>   content: define what an exported object is
>   virtio-gpu: add the ability to export resources
> 
>  content.tex    | 18 ++++++++++++++++++
>  virtio-gpu.tex | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-22  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22  7:16 [virtio-dev][RFC PATCH v2 0/2] Cross-device resource sharing David Stevens
2020-01-22  7:16 ` David Stevens
2020-01-22  8:24 ` Michael S. Tsirkin
2020-01-22  8:24   ` Michael S. Tsirkin
2020-01-22  8:24   ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.