Re: [PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement

2020-08-27 Thread Arnaud POULIQUEN
On 8/27/20 12:10 AM, Mathieu Poirier wrote: > I had another very long look at this... I haven't had the time to look in > your > next serie so the end result is not yet clear in my head. But... > > In __rpmsg_create_channel() the new code is testing for VIRTIO_RPMSG_F_NS in > order to alloca

Re: [PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement

2020-08-26 Thread Mathieu Poirier
On Wed, Aug 26, 2020 at 09:42:46AM +0200, Arnaud POULIQUEN wrote: > Hi mathieu, > > I Sent my V2 few seconds before receiving your comment :) > Please find my answer below Seconds! > > On 8/25/20 6:54 PM, Mathieu Poirier wrote: > > Hi Arnaud, > > > > On Fri, Jul 31, 2020 at 01:47:31PM +0200, A

Re: [PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement

2020-08-26 Thread Arnaud POULIQUEN
Hi mathieu, I Sent my V2 few seconds before receiving your comment :) Please find my answer below On 8/25/20 6:54 PM, Mathieu Poirier wrote: > Hi Arnaud, > > On Fri, Jul 31, 2020 at 01:47:31PM +0200, Arnaud Pouliquen wrote: >> Use the new rpmsg_ns API to send the name service announcements if >>

Re: [PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement

2020-08-25 Thread Mathieu Poirier
Hi Arnaud, On Fri, Jul 31, 2020 at 01:47:31PM +0200, Arnaud Pouliquen wrote: > Use the new rpmsg_ns API to send the name service announcements if > the VIRTIO_RPMSG_F_NS is set, else just not implement the ops. > > Signed-off-by: Arnaud Pouliquen > --- > drivers/rpmsg/virtio_rpmsg_bus.c | 94 ++

[PATCH 8/9] rpmsg: virtio: use rpmsg_ns driver to manage ns announcement

2020-07-31 Thread Arnaud Pouliquen
Use the new rpmsg_ns API to send the name service announcements if the VIRTIO_RPMSG_F_NS is set, else just not implement the ops. Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg/virtio_rpmsg_bus.c | 94 +--- 1 file changed, 13 insertions(+), 81 deletions(-) diff --