netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Karsten Graul <kgraul@linux.ibm.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
	heiko.carstens@de.ibm.com, raspl@linux.ibm.com,
	ubraun@linux.ibm.com
Subject: [PATCH net 0/5] net/smc: fixes 2020-07-08
Date: Wed,  8 Jul 2020 17:05:10 +0200	[thread overview]
Message-ID: <20200708150515.44938-1-kgraul@linux.ibm.com> (raw)

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


             reply	other threads:[~2020-07-08 15:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 15:05 Karsten Graul [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200708150515.44938-1-kgraul@linux.ibm.com \
    --to=kgraul@linux.ibm.com \
    --cc=davem@davemloft.net \
    --cc=heiko.carstens@de.ibm.com \
    --cc=linux-s390@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=raspl@linux.ibm.com \
    --cc=ubraun@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).