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 A59FAA0C44; Mon, 14 Jun 2021 16:44:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25C6E410FA; Mon, 14 Jun 2021 16:43:18 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 50CC4410F9 for ; Mon, 14 Jun 2021 16:43:17 +0200 (CEST) Received: from [192.168.1.71] (unknown [188.170.85.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id B15DE7F51B; Mon, 14 Jun 2021 17:43:16 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru B15DE7F51B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1623681797; bh=1/L4tQqKb8AUm4b163fjHU6NRfYjcjMYo9teZWuZJ7U=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=mZ2/yfD8HnVcTxsLfnVt6sMjb0UaT0ry1lFZ8HJnZWSL1em4OnbQWy5hC9Cjgj3Xw UFFSODCKFoqNRgtzSvlijSmRHZQF1C0U6Hmx8K3mWrMvAV0JOfD2WHEk9xxWMN1gDb Lsd7FlZJSrpaDIHrwCQHDKjzUAuxMxGKTGmLJYcQ= To: "Min Hu (Connor)" , dev@dpdk.org Cc: ferruh.yigit@intel.com References: <1623551516-49635-1-git-send-email-humin29@huawei.com> From: Andrew Rybchenko Message-ID: <0bb7dd43-66af-1828-042a-c71847573069@oktetlabs.ru> Date: Mon, 14 Jun 2021 17:43:12 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <1623551516-49635-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] bugfixes for hns3 PMD 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 Sender: "dev" On 6/13/21 5:31 AM, Min Hu (Connor) wrote: > This patch set contains 6 bugfixes for hns3 PMD. > > Chengchang Tang (1): > net/hns3: fix VLAN strip log > > HongBo Zheng (2): > net/hns3: modify max reset fail retry count > net/hns3: delete redundant blank lines > > Huisong Li (3): > net/hns3: fix delay time for waiting to stop rxtx > net/hns3: fix incorrect fake queue rollback > net/hns3: fix config max queues to zero when fails > > drivers/net/hns3/hns3_ethdev.c | 26 +++++++++++--------------- > drivers/net/hns3/hns3_ethdev_vf.c | 20 ++++++++++---------- > drivers/net/hns3/hns3_intr.c | 4 ++-- > drivers/net/hns3/hns3_rxtx.c | 3 +++ > 4 files changed, 26 insertions(+), 27 deletions(-) > LGTM, I can apply minor style notes for 1/6 on patch series applying.