Re: [PATCH v2 02/20] rpmsg: glink: Associate indirections for pipe fifo accessor's

2017-08-28 Thread Arun Kumar Neelakantam
On 8/24/2017 12:51 PM, Sricharan R wrote: From: Bjorn Andersson With the intention of reusing the glink core protocol commands and code across both rpm and smem based transports, the only thing different is way of accessing the shared-memory of the transport (FIFO). So put the fifo accessor's

[PATCH v2 02/20] rpmsg: glink: Associate indirections for pipe fifo accessor's

2017-08-24 Thread Sricharan R
From: Bjorn Andersson With the intention of reusing the glink core protocol commands and code across both rpm and smem based transports, the only thing different is way of accessing the shared-memory of the transport (FIFO). So put the fifo accessor's of the transport's pipe (rx/tx) behind indire