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 E5B2FA034E; Fri, 28 Jan 2022 01:40:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7047E40DF4; Fri, 28 Jan 2022 01:40:50 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 7B93140141 for ; Fri, 28 Jan 2022 01:40:49 +0100 (CET) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.53]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4JlJT82wTCz8wZx; Fri, 28 Jan 2022 08:37:48 +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; Fri, 28 Jan 2022 08:40:47 +0800 Subject: Re: [PATCH v2 00/15] fix and feature for hns3 PMD To: Ferruh Yigit , CC: , References: <20220107101558.39219-1-humin29@huawei.com> <20220122015142.9516-1-humin29@huawei.com> From: "Min Hu (Connor)" Message-ID: Date: Fri, 28 Jan 2022 08:40:46 +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: dggems701-chm.china.huawei.com (10.3.19.178) 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 在 2022/1/27 21:50, Ferruh Yigit 写道: > On 1/27/2022 12:49 PM, Ferruh Yigit wrote: >> On 1/22/2022 1:51 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: 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 >>>    net/hns3: extract functions to create RSS and FDIR flow rule >>> >>> Jie Hai (1): >>>    net/hns3: remove unnecessary 'inline' >>> >> >> Hi Connor, >> >> There are some patches in the set that are sent by non maintainers, >> for them it requires maintainer ack. >> Since you are sending the patch, it implies that you are OK with them >> but can you please add your explicit review/ack tags to them? Yes, I am OK with them. > > > Implicit ack converted to an explicit one: Thanks Ferruh. > > For series, > Acked-by: Min Hu (Connor) > > Series applied to dpdk-next-net/main, thanks. > .