Skip to content

Commit

Permalink
Merge branch 'QRTR-flow-control-improvements'
Browse files Browse the repository at this point in the history
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 <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jan 15, 2020
2 parents 7786a1a + e04df98 commit 0c73ffc
Showing 1 changed file with 247 additions and 72 deletions.
Loading

0 comments on commit 0c73ffc

Please sign in to comment.