public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net/smc: improve termination handling (part 3)
@ 2019-11-14 12:02 Karsten Graul
  2019-11-14 12:02 ` [PATCH net-next 1/8] net/smc: fix final cleanup sequence for SMCD devices Karsten Graul
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Karsten Graul @ 2019-11-14 12:02 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

Part 3 of the SMC termination patches improves the link group
termination processing and introduces the ability to immediately
terminate a link group.

Ursula Braun (8):
  net/smc: fix final cleanup sequence for SMCD devices
  net/smc: immediate termination for SMCD link groups
  net/smc: abnormal termination of SMCD link groups
  net/smc: introduce bookkeeping of SMCD link groups
  net/smc: no WR buffer wait for terminating link group
  net/smc: abnormal termination without orderly flag
  net/smc: wait for tx completions before link freeing
  net/smc: immediate termination for SMCR link groups

 drivers/s390/net/ism.h |   2 -
 include/net/smc.h      |   4 +
 net/smc/smc_cdc.c      |   3 +
 net/smc/smc_clc.c      |   2 +-
 net/smc/smc_close.c    |  25 ++++--
 net/smc/smc_core.c     | 197 ++++++++++++++++++++++++++++++-----------
 net/smc/smc_core.h     |   8 +-
 net/smc/smc_ib.c       |   5 +-
 net/smc/smc_ism.c      |  22 ++++-
 net/smc/smc_llc.c      |   9 +-
 net/smc/smc_tx.c       |   2 +-
 net/smc/smc_wr.c       |  37 ++++++--
 net/smc/smc_wr.h       |  10 +++
 13 files changed, 250 insertions(+), 76 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-11-16 16:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-14 12:02 [PATCH net-next 0/8] net/smc: improve termination handling (part 3) Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 1/8] net/smc: fix final cleanup sequence for SMCD devices Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 2/8] net/smc: immediate termination for SMCD link groups Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 3/8] net/smc: abnormal termination of " Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 4/8] net/smc: introduce bookkeeping " Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 5/8] net/smc: no WR buffer wait for terminating link group Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 6/8] net/smc: abnormal termination without orderly flag Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 7/8] net/smc: wait for tx completions before link freeing Karsten Graul
2019-11-14 12:02 ` [PATCH net-next 8/8] net/smc: immediate termination for SMCR link groups Karsten Graul
2019-11-15 20:30 ` [PATCH net-next 0/8] net/smc: improve termination handling (part 3) David Miller
2019-11-16 16:37   ` Karsten Graul

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