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 6C352C433EF for ; Thu, 10 Feb 2022 03:47:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231302AbiBJDrS (ORCPT ); Wed, 9 Feb 2022 22:47:18 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbiBJDrS (ORCPT ); Wed, 9 Feb 2022 22:47:18 -0500 Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BF3423BFF; Wed, 9 Feb 2022 19:47:19 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R691e4;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=6;SR=0;TI=SMTPD_---0V424t6H_1644464836; Received: from 30.225.28.114(mailfrom:alibuda@linux.alibaba.com fp:SMTPD_---0V424t6H_1644464836) by smtp.aliyun-inc.com(127.0.0.1); Thu, 10 Feb 2022 11:47:16 +0800 Message-ID: <8134101f-31f0-849a-a59d-877fd210ac0a@linux.alibaba.com> Date: Thu, 10 Feb 2022 11:47:14 +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 v6 5/5] net/smc: Add global configure for auto fallback by netlink To: Karsten Graul Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org, linux-rdma@vger.kernel.org References: <64348e3dcd0b74ed638e895fa217d03df9bec854.1644413637.git.alibuda@linux.alibaba.com> <1a1a740c-7dcf-4921-0a05-a727e2a5170e@linux.ibm.com> From: "D. Wythe" In-Reply-To: <1a1a740c-7dcf-4921-0a05-a727e2a5170e@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 上午12:21, Karsten Graul 写道: > On 09/02/2022 15:11, D. Wythe wrote: >> From: "D. Wythe" >> >> Although we can control SMC auto fallback through socket options, which >> means that applications who need it must modify their code. It's quite >> troublesome for many existing applications. This patch modifies the >> global default value of auto fallback through netlink, providing a way >> to auto fallback without modifying any code for applications. >> > > And of course also in this patch: no "auto fallback" in comments or as part > of variable names. > I will fix all the wording and the naming issues in next series as soon as possible. > Do you plan to enhance the smc-tools user space part, too? Yes, I'll enhance the smc-tools later. Thanks.