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 7A0E8C47087 for ; Tue, 8 Feb 2022 13:16:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349831AbiBHNQH (ORCPT ); Tue, 8 Feb 2022 08:16:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245598AbiBHM6K (ORCPT ); Tue, 8 Feb 2022 07:58:10 -0500 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F474C03FEC0; Tue, 8 Feb 2022 04:58:09 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01424;MF=alibuda@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0V3wliRy_1644325084; Received: from 30.225.28.133(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0V3wliRy_1644325084) by smtp.aliyun-inc.com(127.0.0.1); Tue, 08 Feb 2022 20:58:05 +0800 Message-ID: Date: Tue, 8 Feb 2022 20:58:04 +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.0 Subject: Re: [PATCH net-next v4 3/3] net/smc: Fallback when handshake workqueue congested To: Karsten Graul Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org, Tony Lu References: <6deeca64bfecbd01d724092a1a2c91ca8bce3ce0.1644214112.git.alibuda@linux.alibaba.com> <7d18c7ac-9a4f-6a4f-2acf-5c83112fe967@linux.ibm.com> From: "D. Wythe" In-Reply-To: <7d18c7ac-9a4f-6a4f-2acf-5c83112fe967@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 You may have misunderstood what I mean ... but it doesn't matter now, I've sent the v5 series. Looking forward to your suggestions for v5 series. Thanks. 在 2022/2/7 下午6:03, Karsten Graul 写道: > On 07/02/2022 10:50, D. Wythe wrote: >> >> The main communication in v2 series is about adding a dynamic control for auto fallback to TCP. I will soon add a new patch to implements this in v5 series, or modify it in curret patch. Which one do you recommend? >> > > When you change a patch then you need to send a new series.