All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net/smc: updates 2020-09-10
@ 2020-09-10 16:48 Karsten Graul
  2020-09-10 16:48 ` [PATCH net-next 01/10] net/smc: reduce active tcp_listen workers Karsten Graul
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Karsten Graul @ 2020-09-10 16:48 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

Please apply the following patch series for smc to netdev's net-next tree.

This patch series is a mix of various improvements and cleanups.
The patches 1 and 10 improve the handling of large parallel workloads.
Patch 8 corrects a kernel config default for config CCWGROUP on s390.
Patch 9 allows userspace tools to retrieve socket information for more
sockets.

Guvenc Gulce (2):
  s390/net: Add SMC config as one of the defaults of CCWGROUP
  net/smc: Use the retry mechanism for netlink messages

Karsten Graul (1):
  net/smc: use separate work queues for different worker types

Ursula Braun (7):
  net/smc: reduce active tcp_listen workers
  net/smc: introduce better field names
  net/smc: dynamic allocation of CLC proposal buffer
  net/smc: common routine for CLC accept and confirm
  net/smc: improve server ISM device determination
  net/smc: reduce smc_listen_decline() calls
  net/smc: immediate freeing in smc_lgr_cleanup_early()

 drivers/s390/net/Kconfig |   2 +-
 net/smc/af_smc.c         | 216 +++++++++++++++++++---------------
 net/smc/smc.h            |   7 ++
 net/smc/smc_cdc.c        |   4 +-
 net/smc/smc_clc.c        | 243 ++++++++++++++++++---------------------
 net/smc/smc_clc.h        |  93 +++++++--------
 net/smc/smc_close.c      |   7 +-
 net/smc/smc_core.c       |  56 ++++-----
 net/smc/smc_core.h       |  11 +-
 net/smc/smc_diag.c       |  30 +++--
 net/smc/smc_llc.c        |   2 +-
 net/smc/smc_pnet.c       |   5 +-
 net/smc/smc_tx.c         |  10 +-
 13 files changed, 357 insertions(+), 329 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-10 22:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 16:48 [PATCH net-next 00/10] net/smc: updates 2020-09-10 Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 01/10] net/smc: reduce active tcp_listen workers Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 02/10] net/smc: introduce better field names Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 03/10] net/smc: dynamic allocation of CLC proposal buffer Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 04/10] net/smc: common routine for CLC accept and confirm Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 05/10] net/smc: improve server ISM device determination Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 06/10] net/smc: reduce smc_listen_decline() calls Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 07/10] net/smc: immediate freeing in smc_lgr_cleanup_early() Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 08/10] s390/net: add SMC config as one of the defaults of CCWGROUP Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 09/10] net/smc: use the retry mechanism for netlink messages Karsten Graul
2020-09-10 16:48 ` [PATCH net-next 10/10] net/smc: use separate work queues for different worker types Karsten Graul
2020-09-10 22:24 ` [PATCH net-next 00/10] net/smc: updates 2020-09-10 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.