From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net-next 0/4] net/smc: fixes 2018-04-17 Date: Tue, 17 Apr 2018 17:18:11 +0200 Message-ID: <20180417151815.77191-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.vnet.ibm.com, ubraun@linux.vnet.ibm.com To: davem@davemloft.net Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:43382 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752704AbeDQPS2 (ORCPT ); Tue, 17 Apr 2018 11:18:28 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w3HFESab036722 for ; Tue, 17 Apr 2018 11:18:27 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 2hdgavayhm-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Tue, 17 Apr 2018 11:18:26 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 17 Apr 2018 16:18:22 +0100 Sender: netdev-owner@vger.kernel.org List-ID: From: Ursula Braun Dave, here are smc changes for the net-next tree. The first patch assures the size of struct smc_cdc_msg is 44 bytes. Patches 2 to 4 implement sockopts that require special handling in SMC. Thanks, Ursula Karsten Graul (1): net/smc: fix structure size Ursula Braun (3): net/smc: handle sockopt TCP_NODELAY net/smc: handle sockopt TCP_CORK net/smc: handle sockopt TCP_DEFER_ACCEPT net/smc/af_smc.c | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++- net/smc/smc.h | 12 ++++ net/smc/smc_cdc.c | 2 +- net/smc/smc_cdc.h | 2 +- net/smc/smc_rx.c | 2 +- net/smc/smc_rx.h | 1 + net/smc/smc_tx.c | 16 ++++- net/smc/smc_tx.h | 8 +++ 8 files changed, 211 insertions(+), 9 deletions(-) -- 2.13.5