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 9B740A0350; Sat, 22 Jan 2022 02:52:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9C554279C; Sat, 22 Jan 2022 02:52:04 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 935754278F for ; Sat, 22 Jan 2022 02:52:03 +0100 (CET) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4JgfNg552Tzccx0; Sat, 22 Jan 2022 09:51:15 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.21; Sat, 22 Jan 2022 09:52:02 +0800 Subject: Re: [PATCH 00/15] fix and feature for hns3 PMD To: Ferruh Yigit , CC: References: <20220107101558.39219-1-humin29@huawei.com> From: "Min Hu (Connor)" Message-ID: <3a40fb3d-fde5-5ca7-998d-0584e24972f4@huawei.com> Date: Sat, 22 Jan 2022 09:52:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme756-chm.china.huawei.com (10.3.19.102) 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, fixed in v2, thanks. 在 2022/1/22 1:29, Ferruh Yigit 写道: > On 1/7/2022 10:15 AM, Min Hu (Connor) wrote: >> This patch contains 15 patches, which include fixing codecheck warning >> ,code refactor and indirect counter action support. >> >> >> Chengwen Feng (4): >>    net/hns3: remove invalid encapsulation function >>    net/hns3: delete strerror invoke >>    net/hns3: rename function >>    net/hns3: support indirect counter action >> >> Huisong Li (10): >>    net/hns3: remove unnecessary assignment >>    net/hns3: fix a misjudgment expression >>    net/hns3: extract a common API to initialize MAC addrs >>    net/hns3: remove unnecessary black lines >>    net/hns3: extract a function to handle reset fail >>    net/hns3: extract functions to create RSS and FDIR flow rule >>    net/hns3: remove unused variables >>    net/hns3: remove the number of queue descriptors >>    net/hns3: remove the printing of memory addresses >>    net/hns3: extract a common interface to obtain revision ID >> >> Jie Hai (1): >>    net/hns3: remove unnecessary 'inline' >> > > Hi Connor, > > Patch by patch build fails, first failing patch is 7/15. > Can you please fix it with a new version? > .