netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] net/smc: fixes 2020-07-08
@ 2020-07-08 15:05 Karsten Graul
  2020-07-08 15:05 ` [PATCH net 1/5] net/smc: separate LLC wait queues for flow and messages Karsten Graul
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Karsten Graul @ 2020-07-08 15:05 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

Please apply the following patch series for smc to netdev's net tree.

The patches fix problems found during more testing of SMC
functionality, resulting in hang conditions and unneeded link
deactivations. The clc module was hardened to be prepared for
possible future SMCD versions.

Thanks,
Karsten

Karsten Graul (2):
  net/smc: separate LLC wait queues for flow and messages
  net/smc: fix work request handling

Ursula Braun (3):
  net/smc: fix sleep bug in smc_pnet_find_roce_resource()
  net/smc: switch smcd_dev_list spinlock to mutex
  net/smc: tolerate future SMCD versions

 net/smc/smc_clc.c  | 45 ++++++++++++++++-------
 net/smc/smc_clc.h  |  2 +
 net/smc/smc_core.c | 51 +++++++++++++++-----------
 net/smc/smc_core.h |  4 +-
 net/smc/smc_ib.c   | 11 +++---
 net/smc/smc_ib.h   |  3 +-
 net/smc/smc_ism.c  | 11 +++---
 net/smc/smc_ism.h  |  3 +-
 net/smc/smc_llc.c  | 91 ++++++++++++++++++++++++++++------------------
 net/smc/smc_pnet.c | 37 ++++++++++---------
 net/smc/smc_wr.c   | 10 +++--
 11 files changed, 163 insertions(+), 105 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-08 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 15:05 [PATCH net 0/5] net/smc: fixes 2020-07-08 Karsten Graul
2020-07-08 15:05 ` [PATCH net 1/5] net/smc: separate LLC wait queues for flow and messages Karsten Graul
2020-07-08 15:05 ` [PATCH net 2/5] net/smc: fix work request handling Karsten Graul
2020-07-08 15:05 ` [PATCH net 3/5] net/smc: fix sleep bug in smc_pnet_find_roce_resource() Karsten Graul
2020-07-08 15:05 ` [PATCH net 4/5] net/smc: switch smcd_dev_list spinlock to mutex Karsten Graul
2020-07-08 15:05 ` [PATCH net 5/5] net/smc: tolerate future SMCD versions Karsten Graul
2020-07-08 19:35 ` [PATCH net 0/5] net/smc: fixes 2020-07-08 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).