public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net/smc: improve termination handling (part 2)
@ 2019-10-21 14:13 Karsten Graul
  2019-10-21 14:13 ` [PATCH net-next 1/8] net/smc: cancel send and receive for terminated socket Karsten Graul
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Karsten Graul @ 2019-10-21 14:13 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, gor, heiko.carstens, raspl, ubraun

More patches to address abnormal termination processing of
sockets and link groups.

Ursula Braun (8):
  net/smc: cancel send and receive for terminated socket
  net/smc: terminate link group without holding lgr lock
  net/smc: improve abnormal termination locking
  net/smc: improve link group freeing
  net/smc: tell peers about abnormal link group termination
  net/smc: improve abnormal termination of link groups
  net/smc: introduce link group termination worker
  net/smc: remove close abort worker

 net/smc/af_smc.c    |   4 ++
 net/smc/smc.h       |   1 +
 net/smc/smc_cdc.c   |   4 +-
 net/smc/smc_close.c |  32 ++++++-----
 net/smc/smc_close.h |   2 +
 net/smc/smc_core.c  | 129 +++++++++++++++++++++++++++++++-------------
 net/smc/smc_core.h  |   9 ++++
 net/smc/smc_llc.c   |   2 +-
 net/smc/smc_rx.c    |  10 +++-
 net/smc/smc_tx.c    |  26 +++++----
 net/smc/smc_wr.c    |  10 ++--
 11 files changed, 157 insertions(+), 72 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-10-22 18:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-21 14:13 [PATCH net-next 0/8] net/smc: improve termination handling (part 2) Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 1/8] net/smc: cancel send and receive for terminated socket Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 2/8] net/smc: terminate link group without holding lgr lock Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 3/8] net/smc: improve abnormal termination locking Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 4/8] net/smc: improve link group freeing Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 5/8] net/smc: tell peers about abnormal link group termination Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 6/8] net/smc: improve abnormal termination of link groups Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 7/8] net/smc: introduce link group termination worker Karsten Graul
2019-10-21 14:13 ` [PATCH net-next 8/8] net/smc: remove close abort worker Karsten Graul
2019-10-22 18:36 ` [PATCH net-next 0/8] net/smc: improve termination handling (part 2) Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox