public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] net/smc: add failover processing
@ 2020-05-04 12:18 Karsten Graul
  2020-05-04 12:18 ` [PATCH net-next 01/12] net/smc: save state of last sent CDC message Karsten Graul
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Karsten Graul @ 2020-05-04 12:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

This patch series adds the actual SMC-R link failover processing and 
improved link group termination. There will be one more (very small) 
series after this which will complete the SMC-R link failover support.

Karsten Graul (12):
  net/smc: save state of last sent CDC message
  net/smc: switch connections to alternate link
  net/smc: send failover validation message
  net/smc: handle incoming CDC validation message
  net/smc: wait for departure of an IB message
  net/smc: send DELETE_LINK,ALL message and wait for send to complete
  net/smc: assign link to a new connection
  net/smc: asymmetric link tagging
  net/smc: add termination reason and handle LLC protocol violation
  net/smc: improve termination processing
  net/smc: create improved SMC-R link_uid
  net/smc: save SMC-R peer link_uid

 net/smc/af_smc.c   |   2 +
 net/smc/smc.h      |   6 +
 net/smc/smc_cdc.c  |  86 +++++++++++--
 net/smc/smc_cdc.h  |   2 +
 net/smc/smc_core.c | 303 +++++++++++++++++++++++++++++++++++++--------
 net/smc/smc_core.h |  14 ++-
 net/smc/smc_llc.c  | 111 +++++++++++++++--
 net/smc/smc_llc.h  |  12 ++
 net/smc/smc_tx.c   |  12 +-
 net/smc/smc_wr.c   |  39 ++++++
 net/smc/smc_wr.h   |   2 +
 11 files changed, 514 insertions(+), 75 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-05-04 17:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 12:18 [PATCH net-next 00/12] net/smc: add failover processing Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 01/12] net/smc: save state of last sent CDC message Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 02/12] net/smc: switch connections to alternate link Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 03/12] net/smc: send failover validation message Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 04/12] net/smc: handle incoming CDC " Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 05/12] net/smc: wait for departure of an IB message Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 06/12] net/smc: send DELETE_LINK,ALL message and wait for send to complete Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 07/12] net/smc: assign link to a new connection Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 08/12] net/smc: asymmetric link tagging Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 09/12] net/smc: add termination reason and handle LLC protocol violation Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 10/12] net/smc: improve termination processing Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 11/12] net/smc: create improved SMC-R link_uid Karsten Graul
2020-05-04 12:18 ` [PATCH net-next 12/12] net/smc: save SMC-R peer link_uid Karsten Graul
2020-05-04 17:54 ` [PATCH net-next 00/12] net/smc: add failover processing David Miller

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