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 084A3A0526; Tue, 10 Nov 2020 11:17:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D5408F90; Tue, 10 Nov 2020 11:17:48 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C0AB3F64 for ; Tue, 10 Nov 2020 11:17:47 +0100 (CET) IronPort-SDR: GCuIVUoF31OqIIr0zLtoUQVczTJ16kRzGPsN/YKCO+z3uH4suwqC20cVoBTzl0ldQb3uvkkle3 TdQzgXB1eQcg== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="170103350" X-IronPort-AV: E=Sophos;i="5.77,466,1596524400"; d="scan'208";a="170103350" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 02:17:45 -0800 IronPort-SDR: ebqPaIhyx6qcaEyxInunmOqOdE0fzayW9zszAZPnrpDK9GoJKE9KEelRrPZN4oC29LsDlYSYso 6xfN42eJg3Tg== X-IronPort-AV: E=Sophos;i="5.77,466,1596524400"; d="scan'208";a="541271678" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.0.179]) ([10.252.0.179]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 02:17:44 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1604634716-43484-1-git-send-email-oulijun@huawei.com> <1604932142-19900-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <69ba94d0-e79e-b7c6-52e0-d5126d710ce7@intel.com> Date: Tue, 10 Nov 2020 10:17:41 +0000 MIME-Version: 1.0 In-Reply-To: <1604932142-19900-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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" On 11/9/2020 2:28 PM, Lijun Ou wrote: > 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 > Series applied to dpdk-next-net/main, thanks.