Files
linux/net/smc
Karsten Graul 82060d9311 net/smc: do not wait under send_lock
[ Upstream commit 33f3fcc290 ]

smc_cdc_get_free_slot() might wait for free transfer buffers when using
SMC-R. This wait should not be done under the send_lock, which is a
spin_lock. This fixes a cpu loop in parallel threads waiting for the
send_lock.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-17 20:35:33 +01:00
..
2017-07-29 11:22:58 -07:00
2018-05-04 11:45:06 -04:00
2019-12-17 20:35:33 +01:00
2019-03-19 13:12:41 +01:00