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 95198A0C4B; Thu, 17 Jun 2021 16:56:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 527044067A; Thu, 17 Jun 2021 16:56:22 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 51BFE40150 for ; Thu, 17 Jun 2021 16:56:21 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id CFAE87F40D; Thu, 17 Jun 2021 17:56:20 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru CFAE87F40D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1623941780; bh=zTL3SjZi8uE1+hDh26SnAz1WsZT0JASSRIdFkK1QQOc=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=dPoetH9bkFBcukzDrTfMY+yLBGffdXVdY26C7yEdHViQb/SFd3fhMfGj5ubC7IqNO Wfw/nyx8TKWr8JQ7LGM+aF6B885jvpoyMkEq9rnVJWBFZoVxgQYj81PVr3TG9iuwRX L96QoAO1UbMIRJyc66ZagRgi9M8yejwifiqcM3jA= To: "Min Hu (Connor)" , dev@dpdk.org Cc: ferruh.yigit@intel.com References: <1623551516-49635-1-git-send-email-humin29@huawei.com> <0bb7dd43-66af-1828-042a-c71847573069@oktetlabs.ru> <77bb8c16-1f9a-f51b-1dc2-23c1a5ac50d1@huawei.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <33edf2e5-7355-db64-fe29-5e6939f76b4d@oktetlabs.ru> Date: Thu, 17 Jun 2021 17:56:20 +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: <77bb8c16-1f9a-f51b-1dc2-23c1a5ac50d1@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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/15/21 3:47 AM, Min Hu (Connor) wrote: > > > 在 2021/6/14 22:43, Andrew Rybchenko 写道: >> 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. > Thanks. Applied, thanks.