From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BB83CA0524; Fri, 6 Nov 2020 04:51:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFEE529C6; Fri, 6 Nov 2020 04:51:36 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 5D500F90 for ; Fri, 6 Nov 2020 04:51:35 +0100 (CET) Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CS5zQ5J4Zzhg3C for ; Fri, 6 Nov 2020 11:51:30 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.487.0; Fri, 6 Nov 2020 11:51:26 +0800 From: Lijun Ou To: CC: , Date: Fri, 6 Nov 2020 11:51:51 +0800 Message-ID: <1604634716-43484-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1604586194-29523-1-git-send-email-oulijun@huawei.com> References: <1604586194-29523-1-git-send-email-oulijun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Here series include four coverity tool warnings fixes and a bug fixes. V1->V2: 1. fix some warnings by checkpatch tool. 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 | 43 +- 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, 706 insertions(+), 398 deletions(-) -- 2.7.4