From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V4 net-next 00/15] net/smc: Shared Memory Communications - RDMA Date: Mon, 09 Jan 2017 16:23:30 -0500 (EST) Message-ID: <20170109.162330.756630479255257312.davem@davemloft.net> References: <20170109155526.10961-1-ubraun@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, utz.bacher@de.ibm.com To: ubraun@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51410 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030994AbdAIVXf (ORCPT ); Mon, 9 Jan 2017 16:23:35 -0500 In-Reply-To: <20170109155526.10961-1-ubraun@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ursula Braun Date: Mon, 9 Jan 2017 16:55:11 +0100 > here is now V4 of the SMC-R patches having processed your feedback from end > of November. The most important change is the replacement of sysfs by a > generic netlink solution in patch 04. And I tried to get rid of the __packed > attributes. There are still a few usages left due to SMC-R protocol defined > structures. Series applied.