From: David S. Miller Date: Wed, 15 Jan 2020 02:36:59 +0000 (-0800) Subject: Merge branch 'QRTR-flow-control-improvements' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0c73ffc7dcdc8de8110c4d7d2fae4750d750d650;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'QRTR-flow-control-improvements' Bjorn Andersson says: ==================== QRTR flow control improvements In order to prevent overconsumption of resources on the remote side QRTR implements a flow control mechanism. Move the handling of the incoming confirm_rx to the receiving process to ensure incoming flow is controlled. Then implement outgoing flow control, using the recommended algorithm of counting outstanding non-confirmed messages and blocking when hitting a limit. The last three patches refactors the node assignment and port lookup, in order to remove the worker in the receive path. ==================== Signed-off-by: David S. Miller --- 0c73ffc7dcdc8de8110c4d7d2fae4750d750d650