commit | 18e537cd58e8d6932719bfa79cb96a1fbc639199 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Thu Sep 21 09:16:33 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 21 15:31:03 2017 -0700 |
tree | 59805ed2dc68b6304d9fe7a1a19d07919d93d338 | |
parent | bfbedfd38378c1ad9df84469403d69c17b074b66 [diff] |
net/smc: introduce a delay The number of outstanding work requests is limited. If all work requests are in use, tx processing is postponed to another scheduling of the tx worker. Switch to a delayed worker to have a gap for tx completion queue events before the next retry. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>