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 D06E4A034F; Fri, 7 May 2021 11:08:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7ED8A41129; Fri, 7 May 2021 11:08:30 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id BA83640040 for ; Fri, 7 May 2021 11:08:24 +0200 (CEST) Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Fc4KD1M30zqT5s for ; Fri, 7 May 2021 17:05:04 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Fri, 7 May 2021 17:08:16 +0800 From: "Min Hu (Connor)" To: CC: Date: Fri, 7 May 2021 17:08:13 +0800 Message-ID: <1620378499-5090-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [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" 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(-) -- 2.7.4