VHPC Zoom 25th of June Call for Participation: 15th Workshop on Virtualization in High-Performance Cloud Computing

2020-06-18 Thread VHPC 20
We cordially invite you to participate online in the 15th Workshop on Virtualization in High­-Performance Cloud Computing (VHPC '20) Keynote: RedHat on Podman (a Docker alternative) for HPC Talks include: Google on Autopilot (Google internally used autoscaler) This year's focus is on:

Re: [PATCH v3 5/5] vhost: add an RPMsg API

2020-06-18 Thread Guennadi Liakhovetski
On Thu, Jun 18, 2020 at 03:52:42PM +0200, Vincent Whitchurch wrote: > On Thu, Jun 18, 2020 at 12:39:40PM +0200, Guennadi Liakhovetski wrote: > > On Thu, Jun 18, 2020 at 11:33:24AM +0200, Vincent Whitchurch wrote: > > > By the "normal rpmsg API" I mean register_rpmsg_driver(), rpmsg_send(), > > >

Re: [PATCH v3 5/5] vhost: add an RPMsg API

2020-06-18 Thread Vincent Whitchurch
On Thu, Jun 18, 2020 at 12:39:40PM +0200, Guennadi Liakhovetski wrote: > On Thu, Jun 18, 2020 at 11:33:24AM +0200, Vincent Whitchurch wrote: > > By the "normal rpmsg API" I mean register_rpmsg_driver(), rpmsg_send(), > > etc. That API is not tied to virtio in any way and there are other > >

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

2020-06-18 Thread Guennadi Liakhovetski
Hi Michael, On Thu, Jun 04, 2020 at 03:05:23PM -0400, Michael S. Tsirkin wrote: > On Tue, May 26, 2020 at 07:58:09PM +0900, David Stevens wrote: > > This change adds a new flavor of dma-bufs that can be used by virtio > > drivers to share exported objects. A virtio dma-buf can be queried by > >

Re: [PATCH v3 5/5] vhost: add an RPMsg API

2020-06-18 Thread Guennadi Liakhovetski
On Thu, Jun 18, 2020 at 11:33:24AM +0200, Vincent Whitchurch wrote: > On Thu, Jun 18, 2020 at 11:03:42AM +0200, Guennadi Liakhovetski wrote: > > On Wed, Jun 17, 2020 at 09:17:42PM +0200, Vincent Whitchurch wrote: > > > On Wed, May 27, 2020 at 08:05:41PM +0200, Guennadi Liakhovetski wrote: > > > >

Re: [PATCH v3 5/5] vhost: add an RPMsg API

2020-06-18 Thread Vincent Whitchurch
On Thu, Jun 18, 2020 at 11:03:42AM +0200, Guennadi Liakhovetski wrote: > On Wed, Jun 17, 2020 at 09:17:42PM +0200, Vincent Whitchurch wrote: > > On Wed, May 27, 2020 at 08:05:41PM +0200, Guennadi Liakhovetski wrote: > > > Linux supports running the RPMsg protocol over the VirtIO transport > > >

Re: [PATCH v3 5/5] vhost: add an RPMsg API

2020-06-18 Thread Guennadi Liakhovetski
Hi Vincent, On Wed, Jun 17, 2020 at 09:17:42PM +0200, Vincent Whitchurch wrote: > On Wed, May 27, 2020 at 08:05:41PM +0200, Guennadi Liakhovetski wrote: > > Linux supports running the RPMsg protocol over the VirtIO transport > > protocol, but currently there is only support for VirtIO clients and