From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net-next 0/9] net/smc: cleanups 2018-05-18 Date: Fri, 18 May 2018 09:34:09 +0200 Message-ID: <20180518073418.91878-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]:37094 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752061AbeERHej (ORCPT ); Fri, 18 May 2018 03:34:39 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w4I7Tahj120004 for ; Fri, 18 May 2018 03:34:39 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 2j1p4rs9bv-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 18 May 2018 03:34:39 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 18 May 2018 08:34:37 +0100 Sender: netdev-owner@vger.kernel.org List-ID: From: Ursula Braun Hi Dave, here are SMC patches for net-next providing restructuring and cleanup in different areas. Thanks, Ursula Hans Wippel (9): net/smc: add common buffer size in send and receive buffer descriptors net/smc: move link group list to smc_core net/smc: rename connection index to RMBE index net/smc: calculate write offset in RMB only once per connection net/smc: move smc_core specific code from smc.h to smc_core net/smc: restructure CDC message reception net/smc: do a few smc_core.c cleanups net/smc: change smc_buf_free function parameters net/smc: restructure client and server code in af_smc net/smc/af_smc.c | 587 +++++++++++++++++++++++++++++------------------------ net/smc/smc.h | 46 +---- net/smc/smc_cdc.c | 55 +++-- net/smc/smc_clc.c | 4 +- net/smc/smc_clc.h | 2 +- net/smc/smc_core.c | 115 ++++++++--- net/smc/smc_core.h | 18 +- net/smc/smc_diag.c | 5 +- net/smc/smc_ib.c | 13 +- net/smc/smc_rx.c | 10 +- net/smc/smc_tx.c | 30 +-- net/smc/smc_tx.h | 2 +- 12 files changed, 481 insertions(+), 406 deletions(-) -- 2.16.3