mbox series

[net-next,0/6] net/smc: socket closing improvements

Message ID 20180124092817.103089-1-ubraun@linux.vnet.ibm.com
Headers show
Series net/smc: socket closing improvements | expand

Message

Ursula Braun Jan. 24, 2018, 9:28 a.m. UTC
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(-)

Comments

David Miller Jan. 24, 2018, 3:55 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
Date: Wed, 24 Jan 2018 10:28:11 +0100

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

Series applied, thanks!