netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net/smc: socket closing improvements
@ 2018-01-24  9:28 Ursula Braun
  2018-01-24  9:28 ` [PATCH net-next 1/6] net/smc: use local struct sock variables consistently Ursula Braun
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ursula Braun @ 2018-01-24  9:28 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, jwi, schwidefsky, heiko.carstens, raspl,
	ubraun

Dave,

while the first 2 patches are just small cleanups, the remaing
patches affect socket closing.

Thanks, Ursula

Ursula Braun (6):
  net/smc: use local struct sock variables consistently
  net/smc: simplify function smc_clcsock_accept()
  net/smc: get rid of tx_pend waits in socket closing
  net/smc: make wait for work request uninterruptible
  net/smc: improve state change handling after close wait
  net/smc: continue waiting if peer signals write_shutdown

 net/smc/af_smc.c    |  40 +++++++++-----------
 net/smc/smc_cdc.c   |  11 ------
 net/smc/smc_cdc.h   |   1 -
 net/smc/smc_close.c | 103 +++++++++++++++++++++++-----------------------------
 net/smc/smc_tx.c    |   4 +-
 net/smc/smc_wr.c    |  31 +++-------------
 net/smc/smc_wr.h    |   2 -
 7 files changed, 71 insertions(+), 121 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2018-01-24 15:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24  9:28 [PATCH net-next 0/6] net/smc: socket closing improvements Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 1/6] net/smc: use local struct sock variables consistently Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 2/6] net/smc: simplify function smc_clcsock_accept() Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 3/6] net/smc: get rid of tx_pend waits in socket closing Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 4/6] net/smc: make wait for work request uninterruptible Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 5/6] net/smc: improve state change handling after close wait Ursula Braun
2018-01-24  9:28 ` [PATCH net-next 6/6] net/smc: continue waiting if peer signals write_shutdown Ursula Braun
2018-01-24 15:55 ` [PATCH net-next 0/6] net/smc: socket closing improvements 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).