From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net-next 00/10] net/smc: enhancements 2018/05/15 Date: Tue, 15 May 2018 17:04:53 +0200 Message-ID: <20180515150503.47265-1-ubraun@linux.ibm.com> Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, raspl@linux.ibm.com, ubraun@linux.ibm.com To: davem@davemloft.net Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:44572 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbeEOPFN (ORCPT ); Tue, 15 May 2018 11:05:13 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w4FF0JU6123105 for ; Tue, 15 May 2018 11:05:13 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2j00hgmv13-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 15 May 2018 11:05:11 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 May 2018 16:05:09 +0100 Sender: netdev-owner@vger.kernel.org List-ID: From: Ursula Braun Dave, here are smc patches for net-next. The first one is a fix for net-next commit 01d2f7e2cdd3 "net/smc: sockopts TCP_NODELAY and TCP_CORK". Patch 7 improves Connection Layer Control error handling, patch 10 improves abnormal termination of link groups. The remaining patches from Karsten improve Link Layer Control code. Thanks, Ursula Karsten Graul (9): net/smc: register new rmbs with the peer net/smc: remove unnecessary cast net/smc: simplify test_link function usage net/smc: move link llc initialization to llc layer net/smc: use a workqueue to defer llc send net/smc: handle all error codes from smc_conn_create() net/smc: set link inactive before calling smc_lgr_free() net/smc: drop messages when link state is inactive net/smc: check for pending termination Ursula Braun (1): net/smc: no tx work trigger for fallback sockets net/smc/af_smc.c | 27 +++++--- net/smc/smc_clc.c | 2 +- net/smc/smc_core.c | 23 ++++--- net/smc/smc_core.h | 6 +- net/smc/smc_llc.c | 196 +++++++++++++++++++++++++++++++++++++++++------------ net/smc/smc_llc.h | 7 +- 6 files changed, 196 insertions(+), 65 deletions(-) -- 2.16.3