All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net/smc: cleanups 2018-05-18
@ 2018-05-18  7:34 Ursula Braun
  2018-05-18  7:34 ` [PATCH net-next 1/9] net/smc: add common buffer size in send and receive buffer descriptors Ursula Braun
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Ursula Braun @ 2018-05-18  7:34 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, schwidefsky, heiko.carstens, raspl, ubraun

From: Ursula Braun <ursula.braun@de.ibm.com>

Hi Dave,

here are SMC patches for net-next providing restructuring and cleanup
in different areas.

Thanks, Ursula

Hans Wippel (9):
  net/smc: add common buffer size in send and receive buffer descriptors
  net/smc: move link group list to smc_core
  net/smc: rename connection index to RMBE index
  net/smc: calculate write offset in RMB only once per connection
  net/smc: move smc_core specific code from smc.h to smc_core
  net/smc: restructure CDC message reception
  net/smc: do a few smc_core.c cleanups
  net/smc: change smc_buf_free function parameters
  net/smc: restructure client and server code in af_smc

 net/smc/af_smc.c   | 587 +++++++++++++++++++++++++++++------------------------
 net/smc/smc.h      |  46 +----
 net/smc/smc_cdc.c  |  55 +++--
 net/smc/smc_clc.c  |   4 +-
 net/smc/smc_clc.h  |   2 +-
 net/smc/smc_core.c | 115 ++++++++---
 net/smc/smc_core.h |  18 +-
 net/smc/smc_diag.c |   5 +-
 net/smc/smc_ib.c   |  13 +-
 net/smc/smc_rx.c   |  10 +-
 net/smc/smc_tx.c   |  30 +--
 net/smc/smc_tx.h   |   2 +-
 12 files changed, 481 insertions(+), 406 deletions(-)

-- 
2.16.3

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

end of thread, other threads:[~2018-05-18 17:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18  7:34 [PATCH net-next 0/9] net/smc: cleanups 2018-05-18 Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 1/9] net/smc: add common buffer size in send and receive buffer descriptors Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 2/9] net/smc: move link group list to smc_core Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 3/9] net/smc: rename connection index to RMBE index Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 4/9] net/smc: calculate write offset in RMB only once per connection Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 5/9] net/smc: move smc_core specific code from smc.h to smc_core Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 6/9] net/smc: restructure CDC message reception Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 7/9] net/smc: do a few smc_core.c cleanups Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 8/9] net/smc: change smc_buf_free function parameters Ursula Braun
2018-05-18  7:34 ` [PATCH net-next 9/9] net/smc: restructure client and server code in af_smc Ursula Braun
2018-05-18 17:18 ` [PATCH net-next 0/9] net/smc: cleanups 2018-05-18 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.