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=-4.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, HK_RANDOM_FROM,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 35796C2BA2B for ; Fri, 10 Apr 2020 08:40:21 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 5F074206A1 for ; Fri, 10 Apr 2020 08:40:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5F074206A1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7DCAB1D14A; Fri, 10 Apr 2020 10:40:19 +0200 (CEST) Received: from huawei.com (szxga02-in.huawei.com [45.249.212.188]) by dpdk.org (Postfix) with ESMTP id 865B62986 for ; Fri, 10 Apr 2020 10:40:18 +0200 (CEST) Received: from NKGEML413-HUB.china.huawei.com (unknown [172.30.72.57]) by Forcepoint Email with ESMTP id A4A5D163DD5221113663; Fri, 10 Apr 2020 16:40:16 +0800 (CST) Received: from nkgeml709-chm.china.huawei.com (10.98.57.40) by NKGEML413-HUB.china.huawei.com (10.98.56.74) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 10 Apr 2020 16:40:16 +0800 Received: from [127.0.0.1] (10.173.218.65) by nkgeml709-chm.china.huawei.com (10.98.57.40) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 10 Apr 2020 16:40:16 +0800 To: Ferruh Yigit , CC: , , , , , , References: <5807ad3c2a214c1ed363fb36003344f731b7f1d9.1585731196.git.cloud.wangxiaoyun@huawei.com> <8eb0f013-7a65-bb13-9ae5-004bc7ff71bc@intel.com> From: "Wangxiaoyun (Cloud)" Message-ID: Date: Fri, 10 Apr 2020 16:40:08 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <8eb0f013-7a65-bb13-9ae5-004bc7ff71bc@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.173.218.65] X-ClientProxiedBy: nkgeml704-chm.china.huawei.com (10.98.57.158) To nkgeml709-chm.china.huawei.com (10.98.57.40) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH v3 1/2] net/hinic/base: fix FW hotactive problem X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Ferruch, I will upstream a new patch to clarify the comments. Best regards xiaoyun wang 在 2020/4/4 1:24, Ferruh Yigit 写道: > On 4/1/2020 10:30 AM, Xiaoyun wang wrote: >> When PF detects FW is hotactive, up returns HINIC_DEV_BUSY_ACTIVE_FW for > > Hi Xiaoyun, > > What is 'hotactive'? "hot active"? Does it mean FW busy? > >> pf driver, when cmdq reinit at txrx flush, cmdq will fail, driver should >> reinit the cmdq when port start. > > Can you please rephrase above message to clarify it? > >> >> Fixes: d9ce1917941c ("net/hinic/base: add hardware operation") >> Signed-off-by: Xiaoyun wang > > <...> > > > . >