From patchwork Wed Mar 31 10:01:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "humin (Q)" X-Patchwork-Id: 90223 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77B4EA034F; Wed, 31 Mar 2021 12:01:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 62643140E82; Wed, 31 Mar 2021 12:01:30 +0200 (CEST) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by mails.dpdk.org (Postfix) with ESMTP id D7250140E4C for ; Wed, 31 Mar 2021 12:01:25 +0200 (CEST) Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F9MGt2MFrz9v4r for ; Wed, 31 Mar 2021 17:59:18 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Wed, 31 Mar 2021 18:01:18 +0800 From: "Min Hu (Connor)" To: CC: Date: Wed, 31 Mar 2021 18:01:34 +0800 Message-ID: <1617184904-55349-1-git-send-email-humin29@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH 00/10] some 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" This set of patches are bugfixes for hns3 PMD. Chengchang Tang (1): net/hns3: fix lack of rollback after setting PVID failed Chengwen Feng (4): net/hns3: fix set default MAC addr fail in bonding of VF net/hns3: fix flow counter not cleared when create net/hns3: fix VF mailbox head field wrong update net/hns3: support get device version when dump register Hongbo Zheng (3): net/hns3: fix the FLR miss detection net/hns3: delete redundant blank line net/hns3: fix code style static warning Huisong Li (2): net/hns3: fix some function names for copper media type net/hns3: fix flow control exception drivers/net/hns3/hns3_cmd.c | 8 +++--- drivers/net/hns3/hns3_ethdev.c | 37 +++++++++++++++++++++------- drivers/net/hns3/hns3_ethdev.h | 1 - drivers/net/hns3/hns3_ethdev_vf.c | 4 --- drivers/net/hns3/hns3_flow.c | 10 ++++++++ drivers/net/hns3/hns3_mbx.c | 52 +++++++++++---------------------------- drivers/net/hns3/hns3_regs.c | 2 ++ drivers/net/hns3/hns3_rxtx.c | 2 +- 8 files changed, 61 insertions(+), 55 deletions(-)