All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] smc: fixes 2017-12-07
@ 2017-12-07 12:38 Ursula Braun
  2017-12-07 12:38 ` [PATCH net-next 1/6] smc: make smc_close_active_abort() static Ursula Braun
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ursula Braun @ 2017-12-07 12:38 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, jwi, schwidefsky, heiko.carstens, raspl, ubraun

Dave,

here are some smc-patches. The initial 4 patches are cleanups.
Patch 5 gets rid of ib_post_sends in tasklet context to avoid peer drops due
to out-of-order receivals.
Patch 6 makes sure, the Linux SMC code understands variable sized CLC proposal
messages built according to RFC7609.

Thanks, Ursula

Ursula Braun (6):
  smc: make smc_close_active_abort() static
  smc: improve smc_clc_send_decline() error handling
  smc: no update for unused sk_write_pending
  smc: cleanup close checking during data receival
  smc: no consumer update in tasklet context
  smc: support variable CLC proposal messages

 net/smc/af_smc.c    | 24 ++++++++-------
 net/smc/smc_cdc.c   | 12 ++------
 net/smc/smc_clc.c   | 84 ++++++++++++++++++++++++++++++++++++++++++++---------
 net/smc/smc_clc.h   | 34 ++++++++++++++++++----
 net/smc/smc_close.c |  2 +-
 net/smc/smc_close.h |  1 -
 net/smc/smc_rx.c    |  5 +---
 net/smc/smc_tx.c    | 11 ++-----
 8 files changed, 118 insertions(+), 55 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-12-07 20:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07 12:38 [PATCH net-next 0/6] smc: fixes 2017-12-07 Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 1/6] smc: make smc_close_active_abort() static Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 2/6] smc: improve smc_clc_send_decline() error handling Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 3/6] smc: no update for unused sk_write_pending Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 4/6] smc: cleanup close checking during data receival Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 5/6] smc: no consumer update in tasklet context Ursula Braun
2017-12-07 12:38 ` [PATCH net-next 6/6] smc: support variable CLC proposal messages Ursula Braun
2017-12-07 20:06 ` [PATCH net-next 0/6] smc: fixes 2017-12-07 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.