From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net-next 0/5] net/smc: patches 2018-07-23 Date: Mon, 23 Jul 2018 13:53:07 +0200 Message-ID: <20180723115312.54694-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, linux-kernel@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:54056 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387900AbeGWMyN (ORCPT ); Mon, 23 Jul 2018 08:54:13 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w6NBmwfa147144 for ; Mon, 23 Jul 2018 07:53:22 -0400 Received: from e06smtp02.uk.ibm.com (e06smtp02.uk.ibm.com [195.75.94.98]) by mx0b-001b2d01.pphosted.com with ESMTP id 2kdbqgy068-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 23 Jul 2018 07:53:21 -0400 Received: from localhost by e06smtp02.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Jul 2018 12:53:20 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Dave, here are some small patches for SMC: Just the first patch contains a functional change. It allows to differ between the modes SMCR and SMCD on s390 when monitoring SMC sockets. The remaining patches are cleanups without functional changes. Thanks, Ursula Karsten Graul (1): net/smc: provide smc mode in smc_diag.c Stefan Raspl (2): net/smc: eliminate cursor read and write calls net/smc: add function to get link group from link Ursula Braun (2): net/smc: use DECLARE_BITMAP for rtokens_used_mask net/smc: remove local variable page in smc_rx_splice() include/uapi/linux/smc_diag.h | 9 ++++++++- net/smc/af_smc.c | 8 ++------ net/smc/smc_cdc.c | 35 ++++++++++++-------------------- net/smc/smc_cdc.h | 43 ++++++++++++++-------------------------- net/smc/smc_core.h | 8 ++++++-- net/smc/smc_diag.c | 7 ++++++- net/smc/smc_ib.c | 3 +-- net/smc/smc_llc.c | 30 ++++++++-------------------- net/smc/smc_rx.c | 19 +++++------------- net/smc/smc_tx.c | 46 ++++++++++++------------------------------- net/smc/smc_tx.h | 4 ++-- net/smc/smc_wr.c | 27 +++++-------------------- 12 files changed, 84 insertions(+), 155 deletions(-) -- 2.16.4