From patchwork Wed Feb 21 11:32:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ursula Braun X-Patchwork-Id: 876052 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zmb274ylHz9ryG for ; Wed, 21 Feb 2018 22:32:47 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753861AbeBULcn (ORCPT ); Wed, 21 Feb 2018 06:32:43 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:43810 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753374AbeBULcm (ORCPT ); Wed, 21 Feb 2018 06:32:42 -0500 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 w1LBSlPM121046 for ; Wed, 21 Feb 2018 06:32:42 -0500 Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com [195.75.94.106]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g91gv5n77-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 21 Feb 2018 06:32:41 -0500 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Feb 2018 11:32:39 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (9.149.109.194) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 21 Feb 2018 11:32:37 -0000 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w1LBWb1B43253900; Wed, 21 Feb 2018 11:32:37 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 6E8574C040; Wed, 21 Feb 2018 11:26:14 +0000 (GMT) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 291384C046; Wed, 21 Feb 2018 11:26:14 +0000 (GMT) Received: from tuxmaker.boeblingen.de.ibm.com (unknown [9.152.85.9]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Wed, 21 Feb 2018 11:26:14 +0000 (GMT) From: Ursula Braun To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, jwi@linux.vnet.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, raspl@linux.vnet.ibm.com, ubraun@linux.vnet.ibm.com Subject: [PATCH net-next 0/5] net/smc: fixes 2018-02-21 Date: Wed, 21 Feb 2018 12:32:30 +0100 X-Mailer: git-send-email 2.13.5 X-TM-AS-GCONF: 00 x-cbid: 18022111-0040-0000-0000-00000414FB00 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18022111-0041-0000-0000-000026180C0D Message-Id: <20180221113235.46702-1-ubraun@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2018-02-21_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 lowpriorityscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1802210142 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Dave, here are some smc-patches for net-next. Besides cleanups, the link id field of the LLC confirm link reply is changed to comply with RFC7609. Thanks, Ursula Karsten Graul (4): smc: fix structure size smc: move netinfo function to file smc_clc.c smc: remove unused fields from smc structures smc: use link_id of server in confirm link reply Stefan Raspl (1): smc: cleanup smc_llc.h and smc_clc.h headers net/smc/af_smc.c | 65 ++++++++---------------------------------------------- net/smc/smc.h | 5 +---- net/smc/smc_cdc.c | 2 +- net/smc/smc_cdc.h | 2 +- net/smc/smc_clc.c | 47 +++++++++++++++++++++++++++++++++++++-- net/smc/smc_clc.h | 8 ++----- net/smc/smc_core.c | 8 +++---- net/smc/smc_core.h | 1 - net/smc/smc_llc.c | 32 ++++++++++++++++++++++++++- net/smc/smc_llc.h | 28 ----------------------- 10 files changed, 94 insertions(+), 104 deletions(-)