Re: [PATCH v2 05/20] rpmsg: glink: Allow unaligned data access

2017-08-28 Thread Arun Kumar Neelakantam
On 8/24/2017 12:51 PM, Sricharan R wrote: From: Bjorn Andersson Glink protocol requires that each message is aligned on a 8 byte offset. This is purely a restriction from glink, so in order to support clients which do not adher to this, allow data packets of any size, but align the head index

[PATCH v2 05/20] rpmsg: glink: Allow unaligned data access

2017-08-24 Thread Sricharan R
From: Bjorn Andersson Glink protocol requires that each message is aligned on a 8 byte offset. This is purely a restriction from glink, so in order to support clients which do not adher to this, allow data packets of any size, but align the head index accordingly, effectively removing the alignme