mbox series

[net-next,0/8] net/smc: patches 2019-04-12

Message ID 20190412105730.96245-1-ubraun@linux.ibm.com
Headers show
Series net/smc: patches 2019-04-12 | expand

Message

Ursula Braun April 12, 2019, 10:57 a.m. UTC
Dave,

here are patches for SMC:
* patch 1 improves behavior of non-blocking connect
* patches 2, 3, 5, 7, and 8 improve connecting return codes
* patches 4 and 6 are a cleanups without functional change

Thanks, Ursula

Karsten Graul (7):
  net/smc: fallback to TCP after connect problems
  net/smc: check for ip prefix and subnet
  net/smc: consolidate function parameters
  net/smc: cleanup of get vlan id
  net/smc: code cleanup smc_listen_work
  net/smc: improve smc_listen_work reason codes
  net/smc: improve smc_conn_create reason codes

Ursula Braun (1):
  net/smc: nonblocking connect rework

 net/smc/af_smc.c   | 355 +++++++++++++++++++++++++++--------------------------
 net/smc/smc.h      |  11 +-
 net/smc/smc_clc.c  |  10 +-
 net/smc/smc_clc.h  |  20 +--
 net/smc/smc_core.c |  93 +++++++-------
 net/smc/smc_core.h |  25 +++-
 net/smc/smc_pnet.c |  47 ++++---
 net/smc/smc_pnet.h |   7 +-
 8 files changed, 294 insertions(+), 274 deletions(-)

Comments

David Miller April 12, 2019, 6:25 p.m. UTC | #1
From: Ursula Braun <ubraun@linux.ibm.com>
Date: Fri, 12 Apr 2019 12:57:22 +0200

> here are patches for SMC:
> * patch 1 improves behavior of non-blocking connect
> * patches 2, 3, 5, 7, and 8 improve connecting return codes
> * patches 4 and 6 are a cleanups without functional change

Series applied, thanks.