Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-12-07 Thread Kishon Vijay Abraham I
+Lorenzo, Bjorn, Rob Hi Guennadi, On 04/12/20 11:21 pm, Mathieu Poirier wrote: > I am adding Vincent Whitchurch and the virtualization mailing list... > > On Thu, 3 Dec 2020 at 13:42, Guennadi Liakhovetski > wrote: >> >> (adding vhost maintainers and the author of [1]) >> >> Hi, >> >> I'm

Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-12-04 Thread Mathieu Poirier
I am adding Vincent Whitchurch and the virtualization mailing list... On Thu, 3 Dec 2020 at 13:42, Guennadi Liakhovetski wrote: > > (adding vhost maintainers and the author of [1]) > > Hi, > > I'm working on an Audio DSP virtualisation solution [2] and the next > step in its upstreaming should

Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-12-03 Thread Guennadi Liakhovetski
(adding vhost maintainers and the author of [1]) Hi, I'm working on an Audio DSP virtualisation solution [2] and the next step in its upstreaming should be an RPMsg vhost implementation, based on [3], which contains a simple addition to the current library-style vhost API. Later in [1] a

Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-12-02 Thread Mathieu Poirier
Good day, On Wed, Dec 02, 2020 at 12:05:55PM +0100, Guennadi Liakhovetski wrote: > Hi Mathieu, > > I'd like to resume reviewing and begin upstreaming of the next steps of > my Audio DSP Virtualisation work, based on this your patch set. How I'm all for it too. > confident are we that it's

Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-12-02 Thread Guennadi Liakhovetski
Hi Mathieu, I'd like to resume reviewing and begin upstreaming of the next steps of my Audio DSP Virtualisation work, based on this your patch set. How confident are we that it's going to be upstreamed in its present form? What's the plan to push it to "next?" Thanks Guennadi On Mon, Nov 23,

Re: [PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-11-23 Thread Guennadi Liakhovetski
Hi Mathieu, Thanks for bringing all the stuff together and for polishing it! For the entire series: Tested-by: Guennadi Liakhovetski Reviewed-by: Guennadi Liakhovetski Thanks Guennadi On Fri, Nov 20, 2020 at 02:42:37PM -0700, Mathieu Poirier wrote: > This revision addresses comments

[PATCH v7 0/8] rpmsg: Make RPMSG name service modular

2020-11-20 Thread Mathieu Poirier
This revision addresses comments received from the previous revision, i.e V6. Please see details below. It starts by making the RPMSG protocol transport agnostic by moving the headers it uses to generic types and using those in the current implementation. From there it re-uses the work that