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 048FBA0527; Mon, 9 Nov 2020 15:29:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8E60F72ED; Mon, 9 Nov 2020 15:28:49 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id D27C469A4 for ; Mon, 9 Nov 2020 15:28:46 +0100 (CET) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CVCz41KwjzkhXk for ; Mon, 9 Nov 2020 22:28:32 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Mon, 9 Nov 2020 22:28:33 +0800 From: Lijun Ou To: CC: , Date: Mon, 9 Nov 2020 22:28:56 +0800 Message-ID: <1604932142-19900-1-git-send-email-oulijun@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1604634716-43484-1-git-send-email-oulijun@huawei.com> References: <1604634716-43484-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 V3 0/6] 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. V2->V3: 1. fix some checkpatch warnings for patch[3] 2. split patch[3/6] into two independent patchse[3/6] and patch[6/6] according to Ferruh Yigit's advice 3. rewrite commit log for patch[5/5] 4. rewrite the patch title for patch[3] V1->V2: 1. fix some warnings by checkpatch tool. Chengchang Tang (1): net/hns3: fix queue enabling state 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 code style for initial struct Lijun Ou (2): net/hns3: check PCI config space writes net/hns3: remove some unnecessary blank lines 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_vf.c | 31 +- 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 | 8 +- drivers/net/hns3/hns3_stats.c | 13 +- 13 files changed, 705 insertions(+), 393 deletions(-) -- 2.7.4