mbox series

[net-next,0/6] net/smc: patches 2020-02-17

Message ID 20200217152455.15341-1-ubraun@linux.ibm.com
Headers show
Series net/smc: patches 2020-02-17 | expand

Message

Ursula Braun Feb. 17, 2020, 3:24 p.m. UTC
Hi Dave,

here are patches for SMC making termination tasks more perfect.

Thanks, Ursula

Karsten Graul (5):
  net/smc: improve smc_lgr_cleanup()
  net/smc: use termination worker under send_lock
  net/smc: do not delete lgr from list twice
  net/smc: remove unused parameter of smc_lgr_terminate()
  net/smc: simplify normal link termination

Ursula Braun (1):
  net/smc: reduce port_event scheduling

 net/smc/smc_clc.c  |  2 +-
 net/smc/smc_core.c | 26 +++++++++++---------------
 net/smc/smc_core.h |  8 +-------
 net/smc/smc_ib.c   | 44 +++++++++++++++++++++++++++++---------------
 net/smc/smc_llc.c  |  2 +-
 net/smc/smc_tx.c   |  2 +-
 6 files changed, 44 insertions(+), 40 deletions(-)

Comments

David Miller Feb. 17, 2020, 10:50 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.ibm.com>
Date: Mon, 17 Feb 2020 16:24:49 +0100

> here are patches for SMC making termination tasks more perfect.

Series applied, thanks.