Re: [PATCH v2 06/20] rpmsg: glink: Return -EAGAIN when there is no FIFO space

2017-08-28 Thread Arun Kumar Neelakantam
On 8/24/2017 12:51 PM, Sricharan R wrote: The TX FIFO can be full, if the remote client has not read enough data (or) reading it slowly. So its nessecary to return -EAGAIN to the local client to enable retry. Signed-off-by: Sricharan R Acked-by: Arun Kumar Neelakantam Regards, Arun N ---

[PATCH v2 06/20] rpmsg: glink: Return -EAGAIN when there is no FIFO space

2017-08-24 Thread Sricharan R
The TX FIFO can be full, if the remote client has not read enough data (or) reading it slowly. So its nessecary to return -EAGAIN to the local client to enable retry. Signed-off-by: Sricharan R --- drivers/rpmsg/qcom_glink_native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi