[0/5] bugfix and cleanups for hns3
Message ID | 1604586194-29523-1-git-send-email-oulijun@huawei.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3D03CA04DD; Thu, 5 Nov 2020 15:23:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4AB9C88E; Thu, 5 Nov 2020 15:23:04 +0100 (CET) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 4D5C9C868 for <dev@dpdk.org>; Thu, 5 Nov 2020 15:23:00 +0100 (CET) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CRm2L2ZX7zLrcm for <dev@dpdk.org>; Thu, 5 Nov 2020 22:22:50 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Thu, 5 Nov 2020 22:22:46 +0800 From: Lijun Ou <oulijun@huawei.com> To: <ferruh.yigit@intel.com> CC: <dev@dpdk.org>, <linuxarm@huawei.com> Date: Thu, 5 Nov 2020 22:23:09 +0800 Message-ID: <1604586194-29523-1-git-send-email-oulijun@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/5] bugfix and cleanups for hns3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Lijun Ou
Nov. 5, 2020, 2:23 p.m. UTC
Here series include four coverity tool warnings fixes and a bug fixes. Chengchang Tang (1): net/hns3: fix queue enabling status not store after FLR Hongbo Zheng (3): net/hns3: use correct logging format symbol net/hns3: use unsigned types for bit operator net/hns3: adjust some code style Lijun Ou (1): net/hns3: check PCI config space writes drivers/net/hns3/hns3_cmd.c | 1 - drivers/net/hns3/hns3_dcb.c | 10 +- drivers/net/hns3/hns3_ethdev.c | 39 +- drivers/net/hns3/hns3_ethdev.h | 1 - drivers/net/hns3/hns3_ethdev_vf.c | 33 +- drivers/net/hns3/hns3_fdir.c | 16 +- drivers/net/hns3/hns3_flow.c | 41 +- drivers/net/hns3/hns3_intr.c | 873 ++++++++++++++++++++++------------ drivers/net/hns3/hns3_mbx.c | 16 +- drivers/net/hns3/hns3_mp.c | 2 +- drivers/net/hns3/hns3_rxtx.c | 43 +- drivers/net/hns3/hns3_rxtx.h | 1 + drivers/net/hns3/hns3_rxtx_vec_neon.h | 11 +- drivers/net/hns3/hns3_stats.c | 13 +- 14 files changed, 705 insertions(+), 395 deletions(-)