From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:38856 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750852AbeCNKBJ (ORCPT ); Wed, 14 Mar 2018 06:01:09 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2E9xLhX096750 for ; Wed, 14 Mar 2018 06:01:08 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2gpx09rhbj-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Wed, 14 Mar 2018 06:01:08 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Mar 2018 10:01:06 -0000 From: Ursula Braun To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, raspl@linux.vnet.ibm.com, ubraun@linux.vnet.ibm.com Subject: [PATCH net-next 0/3] net/smc: fixes 2018-03-14 Date: Wed, 14 Mar 2018 11:00:59 +0100 Message-Id: <20180314100102.40474-1-ubraun@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: here are smc changes for the net-next tree. The first patch enables SMC to work with mlx5-RoCE-devices. Patches 2 and 3 deal with link group freeing. Thanks, Ursula Karsten Graul (1): net/smc: schedule free_work when link group is terminated Ursula Braun (2): net/smc: pay attention to MAX_ORDER for CQ entries net/smc: free link group without pending free_work only net/smc/af_smc.c | 1 + net/smc/smc_core.c | 23 +++++++++++++++-------- net/smc/smc_ib.c | 10 +++++++++- net/smc/smc_wr.h | 1 - 4 files changed, 25 insertions(+), 10 deletions(-) -- 2.13.5