Re: [PATCH 9/9] rpmsg: ns: name service announcement endianness

2020-08-24 Thread Mathieu Poirier
On Fri, Jul 31, 2020 at 01:47:32PM +0200, Arnaud Pouliquen wrote: > The endianness has to be fixed to ensure that both sides can > decode the message. The Little endian format is used according > to the generic virtio implementation. > > Signed-off-by: Arnaud Pouliquen > --- > drivers/rpmsg/rpms

[PATCH 9/9] rpmsg: ns: name service announcement endianness

2020-07-31 Thread Arnaud Pouliquen
The endianness has to be fixed to ensure that both sides can decode the message. The Little endian format is used according to the generic virtio implementation. Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg/rpmsg_ns.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-)