Re: [PATCH] rpmsg: virtio_rpmsg_bus: acknowledge the received creation message

2019-02-22 Thread xiang xiao
Thanks for review. On Fri, Feb 22, 2019 at 6:44 PM Arnaud Pouliquen wrote: > > Hello Xiang, > > > > On 2/12/19 8:13 AM, Xiang Xiao wrote: > > From: QianWenfa > > > > the two phase handsake make the client could initiate the transfer > > immediately without the server side send any dummy message

Re: [PATCH] rpmsg: virtio_rpmsg_bus: acknowledge the received creation message

2019-02-22 Thread Arnaud Pouliquen
Hello Xiang, On 2/12/19 8:13 AM, Xiang Xiao wrote: > From: QianWenfa > > the two phase handsake make the client could initiate the transfer > immediately without the server side send any dummy message first. As discussed on OpenAMP mailing list, the first point (from my pov) is to figure out

[PATCH] rpmsg: virtio_rpmsg_bus: acknowledge the received creation message

2019-02-11 Thread Xiang Xiao
From: QianWenfa the two phase handsake make the client could initiate the transfer immediately without the server side send any dummy message first. Signed-off-by: Wenfa Qian Signed-off-by: Xiang Xiao --- drivers/rpmsg/virtio_rpmsg_bus.c | 25 - 1 file changed, 20