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 9AA0FA0546; Fri, 30 Apr 2021 11:04:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3297C410EF; Fri, 30 Apr 2021 11:04:05 +0200 (CEST) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id D093340685 for ; Fri, 30 Apr 2021 11:04:01 +0200 (CEST) Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FWmZL18Hwz19M2G for ; Fri, 30 Apr 2021 17:01:30 +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, 30 Apr 2021 17:03:56 +0800 From: "Min Hu (Connor)" To: CC: Date: Fri, 30 Apr 2021 17:04:01 +0800 Message-ID: <1619773444-10074-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/3] bufixes 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 three bugfixes for hns3 PMD. Chengwen Feng (3): net/hns3: remove read when enabling TM QCN error event net/hns3: remove unused code of VMDq net/hns3: fix format u64 variable readability drivers/net/hns3/hns3_cmd.h | 2 -- drivers/net/hns3/hns3_ethdev.c | 4 ---- drivers/net/hns3/hns3_ethdev.h | 1 - drivers/net/hns3/hns3_ethdev_vf.c | 2 -- drivers/net/hns3/hns3_flow.c | 2 +- drivers/net/hns3/hns3_intr.c | 29 +++++++++++------------------ drivers/net/hns3/hns3_stats.c | 8 ++++---- 7 files changed, 16 insertions(+), 32 deletions(-) -- 2.7.4