From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29753C433B4 for ; Tue, 11 May 2021 16:30:38 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 86FF36187E for ; Tue, 11 May 2021 16:30:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86FF36187E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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.