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 530E2A0524; Tue, 13 Apr 2021 11:28:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA4A3160D4B; Tue, 13 Apr 2021 11:28:21 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 831F1160D46 for ; Tue, 13 Apr 2021 11:28:20 +0200 (CEST) IronPort-SDR: jERzgiqn1UjMARnAUrAWj6I9Hkp3KkE5XmiQDOACP9dRVWGsk1KPwZUh7WK9WE7Pcapp1Y3PVP LThOYOGcc7bg== X-IronPort-AV: E=McAfee;i="6200,9189,9952"; a="255699692" X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="255699692" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 02:28:19 -0700 IronPort-SDR: gFD7mi6jitleLIDowcZmq0AXtUBJlAX3waXShn6jcQLW5tqKIXKQJGXPng9Ub8OLKJuwoQ4f+B meKoLpqO7/NQ== X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="460519313" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.204.251]) ([10.213.204.251]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 02:28:18 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1617963365-41299-1-git-send-email-humin29@huawei.com> <1618017080-50053-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 13 Apr 2021 10:28:16 +0100 MIME-Version: 1.0 In-Reply-To: <1618017080-50053-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 v2 0/7] Bugfix 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 4/10/2021 2:11 AM, Min Hu (Connor) wrote: > This set of patches contains seven bugfixes for hns3 PMD. > > Chengchang Tang (3): > net/hns3: fix incorrect timing in resetting queues > net/hns3: fix queue state when concurrent with reset > net/hns3: fix configure FEC when concurrent with reset > > Chengwen Feng (2): > net/hns3: remove variables of selecting Rx/Tx function > net/hns3: fix some packet type calc error > > Hongbo Zheng (1): > net/hns3: fix FLR failure when RAS concurrent with FLR > > Min Hu (Connor) (1): > net/hns3: fix missing rollback in PF init Series applied to dpdk-next-net/main, thanks.