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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAD42C433ED for ; Thu, 15 Apr 2021 02:13:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8362D61220 for ; Thu, 15 Apr 2021 02:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbhDOCNn (ORCPT ); Wed, 14 Apr 2021 22:13:43 -0400 Received: from szxga08-in.huawei.com ([45.249.212.255]:3336 "EHLO szxga08-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbhDOCNn (ORCPT ); Wed, 14 Apr 2021 22:13:43 -0400 Received: from DGGEML404-HUB.china.huawei.com (unknown [172.30.72.57]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4FLN836Bp3z14GFs; Thu, 15 Apr 2021 10:09:39 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by DGGEML404-HUB.china.huawei.com (10.3.17.39) with Microsoft SMTP Server (TLS) id 14.3.498.0; Thu, 15 Apr 2021 10:13:18 +0800 Received: from [127.0.0.1] (10.69.26.252) by dggpemm500006.china.huawei.com (7.185.36.236) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2106.2; Thu, 15 Apr 2021 10:13:18 +0800 Subject: Re: [PATCH net-next 1/2] net: hns3: PF add support for pushing link status to VFs To: Jakub Kicinski CC: , , , , , , , Guangbin Huang References: <1618294621-41356-1-git-send-email-tanhuazhong@huawei.com> <1618294621-41356-2-git-send-email-tanhuazhong@huawei.com> <20210413101826.103b25fc@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <2dac0fe0-cdcb-a3c5-0c72-7873857824fd@huawei.com> <20210414094230.64caf43e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210414185355.4080a93f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> From: Huazhong Tan Message-ID: Date: Thu, 15 Apr 2021 10:13:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: <20210414185355.4080a93f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.69.26.252] X-ClientProxiedBy: dggeme710-chm.china.huawei.com (10.1.199.106) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2021/4/15 9:53, Jakub Kicinski wrote: > On Thu, 15 Apr 2021 09:11:03 +0800 Huazhong Tan wrote: >>>> They are in different contexts. here will be called to >>>> update the link status of all VFs when the underlying >>>> link status is changed, while the below one is called >>>> when the admin set up the specific VF link status. >>> I see. >> So this error will be printed twice only if these two cases >> happen at the same, do you mean to add some keyword to >> distinguish them? > No, it's fine but please repost - looks like the patches were > removed from patchwork already. Will resend it, thanks. > .