From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65B50426D6; Sat, 7 Oct 2023 04:32:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12AD8402BF; Sat, 7 Oct 2023 04:32:19 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 9A924402A7 for ; Sat, 7 Oct 2023 04:32:16 +0200 (CEST) Received: from dggpeml100024.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4S2TlX4PKszrTKx; Sat, 7 Oct 2023 10:29:44 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by dggpeml100024.china.huawei.com (7.185.36.115) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Sat, 7 Oct 2023 10:32:13 +0800 Subject: Re: [PATCH 0/5] fix race-condition of proactive error handling mode To: Ferruh Yigit , , CC: , Ajit Khaparde , Honnappa Nagarahalli References: <20230301030610.49468-1-fengchengwen@huawei.com> <164a4ada-3228-4378-ad1a-a0917e84dd5f@amd.com> From: fengchengwen Message-ID: Date: Sat, 7 Oct 2023 10:32:12 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <164a4ada-3228-4378-ad1a-a0917e84dd5f@amd.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml100024.china.huawei.com (7.185.36.115) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hi Ferruh, Thanks for the reminder. I will send a new version as soon as possible. Thanks. On 2023/9/21 19:12, Ferruh Yigit wrote: > On 3/1/2023 3:06 AM, Chengwen Feng wrote: >> This patch fixes race-condition of proactive error handling mode, the >> discussion thread [1]. >> >> [1] http://patchwork.dpdk.org/project/dpdk/patch/20230220060839.1267349-2-ashok.k.kaladi@intel.com/ >> >> Chengwen Feng (5): >> ethdev: fix race-condition of proactive error handling mode >> net/hns3: replace fp ops config function >> net/bnxt: fix race-condition when report error recovery >> net/bnxt: use fp ops setup function >> app/testpmd: add error recovery usage demo >> > > Hi Chengwen, > > This patch is old and as discussion get longer it became hard to > follow/manage. > > If the issue is valid, can you please refresh the patchset? > Sorry for the inconvenience. > > . >