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 DC564A0A0E; Tue, 11 May 2021 18:30:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 68EBC40140; Tue, 11 May 2021 18:30:36 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 6CD474003E for ; Tue, 11 May 2021 18:30:34 +0200 (CEST) IronPort-SDR: enJiX1NwzbHEsuXPQuMKylovXExCV7udABcbP1pKGTcsKVmoxNzWti2AeZDkvx7X1ssTKnDwzS rMUe3SCUfPNw== X-IronPort-AV: E=McAfee;i="6200,9189,9981"; a="186925484" X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="186925484" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 09:30:28 -0700 IronPort-SDR: 25cZWVqXPdqaVdyhF7kn/807ZBVS/wpEhgLBzJx9WwN1U89GeFaRYpw4NamSzNTUC4HR442VaR MaGfVWXrIdgw== X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="537093371" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.45]) ([10.213.224.45]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 09:30:26 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1620378499-5090-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 11 May 2021 17:30:22 +0100 MIME-Version: 1.0 In-Reply-To: <1620378499-5090-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] 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 5/7/2021 10:08 AM, Min Hu (Connor) wrote: > This patch set contains 6 bugfixes for hns3 PMD. > > Chengwen Feng (5): > net/hns3: return code when PCI config space write fail > net/hns3: fix logging info when clear all FDIR rules > net/hns3: clear hash map when clear all FDIR rules > net/hns3: fix out param not set when query FDIR counter > doc: add link status event pre-conditions > > HongBo Zheng (1): > net/hns3: fix VF setting alive order problem > > doc/guides/nics/hns3.rst | 10 ++++++++++ > drivers/net/hns3/hns3_ethdev_vf.c | 22 ++++++++++++++++------ > drivers/net/hns3/hns3_fdir.c | 22 +++++++++++++++++----- > drivers/net/hns3/hns3_flow.c | 2 ++ > 4 files changed, 45 insertions(+), 11 deletions(-) > Except 6/6, Series applied to dpdk-next-net/main, thanks. Since 6/6 is a doc patch it has more time and it can be sent separately.