commit | cb6530b99fafea6c0636c4640bd21301d12cdbc9 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Jan 13 23:56:59 2020 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 18:36:26 2020 -0800 |
tree | d0afcf9eeb13fc10c559664e513ecd8630ff4207 | |
parent | 7786a1af2a6bceb07860ec720e74714004438834 [diff] |
net: qrtr: Move resume-tx transmission to recvmsg The confirm-rx bit is used to implement a per port flow control, in order to make sure that no messages are dropped due to resource exhaustion. Move the resume-tx transmission to recvmsg to only confirm messages as they are consumed by the application. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>