netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net/smc: patches 2018-11-22
@ 2018-11-22  9:26 Ursula Braun
  2018-11-22  9:26 ` [PATCH net-next 01/10] net/smc: cleanup tcp_listen_worker initialization Ursula Braun
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ursula Braun @ 2018-11-22  9:26 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, schwidefsky, heiko.carstens, raspl, ubraun

Dave,

here are more patches for SMC:
* patches 1-3 and 7 are cleanups without functional change
* patches 4-6 and 8 are optimizations of existing code
* patches 9 and 10 introduce and exploit LLC message DELETE RKEY

Thanks, Ursula

Karsten Graul (3):
  net/smc: avoid a delay by waiting for nothing
  net/smc: add infrastructure to send delete rkey messages
  net/smc: unregister rkeys of unused buffer

Ursula Braun (7):
  net/smc: cleanup tcp_listen_worker initialization
  net/smc: make smc_lgr_free() static
  net/smc: remove sock_error detour in clc-functions
  net/smc: allow fallback after clc timeouts
  net/smc: no link delete for a never active link
  net/smc: short wait for late smc_clc_wait_msg
  net/smc: cleanup listen worker mutex unlocking

 net/smc/af_smc.c   | 51 ++++++++++++++++++++++++------------------------
 net/smc/smc_clc.c  | 33 ++++++++++++++-----------------
 net/smc/smc_clc.h  |  3 ++-
 net/smc/smc_core.c | 16 ++++++++++++---
 net/smc/smc_core.h |  6 ++++--
 net/smc/smc_llc.c  | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 net/smc/smc_llc.h  |  2 ++
 7 files changed, 117 insertions(+), 51 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2018-11-24 12:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-22  9:26 [PATCH net-next 00/10] net/smc: patches 2018-11-22 Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 01/10] net/smc: cleanup tcp_listen_worker initialization Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 02/10] net/smc: make smc_lgr_free() static Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 03/10] net/smc: remove sock_error detour in clc-functions Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 04/10] net/smc: allow fallback after clc timeouts Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 05/10] net/smc: no link delete for a never active link Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 06/10] net/smc: short wait for late smc_clc_wait_msg Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 07/10] net/smc: cleanup listen worker mutex unlocking Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 08/10] net/smc: avoid a delay by waiting for nothing Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 09/10] net/smc: add infrastructure to send delete rkey messages Ursula Braun
2018-11-22  9:26 ` [PATCH net-next 10/10] net/smc: unregister rkeys of unused buffer Ursula Braun
2018-11-24  1:20 ` [PATCH net-next 00/10] net/smc: patches 2018-11-22 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).