From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B36DC43219 for ; Fri, 11 Feb 2022 09:41:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345701AbiBKJls (ORCPT ); Fri, 11 Feb 2022 04:41:48 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:58842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236288AbiBKJlp (ORCPT ); Fri, 11 Feb 2022 04:41:45 -0500 Received: from out199-2.us.a.mail.aliyun.com (out199-2.us.a.mail.aliyun.com [47.90.199.2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6021010A2; Fri, 11 Feb 2022 01:41:43 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0V48bC1f_1644572495; Received: from 30.225.28.189(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0V48bC1f_1644572495) by smtp.aliyun-inc.com(127.0.0.1); Fri, 11 Feb 2022 17:41:36 +0800 Message-ID: <3903a665-d3ac-3030-0a41-b774af317776@linux.alibaba.com> Date: Fri, 11 Feb 2022 17:41:35 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH net-next v7 0/5] net/smc: Optimizing performance in short-lived scenarios To: Karsten Graul , Tony Lu Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org References: <7fe9fd06-21cb-1701-d8e7-318b7f29d650@linux.ibm.com> From: "D. Wythe" In-Reply-To: <7fe9fd06-21cb-1701-d8e7-318b7f29d650@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org 在 2022/2/10 下午10:59, Karsten Graul 写道: > On 10/02/2022 10:11, D. Wythe wrote: >> From: "D. Wythe" >> >> This patch set aims to optimizing performance of SMC in short-lived >> links scenarios, which is quite unsatisfactory right now. > > This series looks good to me. > > Thank you for the valuable contribution to the SMC module and the good discussion! > > For the series: > Reviewed-by: Karsten Graul My pleasure. Thank for all suggestions and reviews in all the series. Best Wishes.