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 3DBDAA0547 for ; Mon, 24 May 2021 03:46:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3490A4014D; Mon, 24 May 2021 03:46:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C549A4003E for ; Mon, 24 May 2021 03:46:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BB29E122E2A; Mon, 24 May 2021 03:46:26 +0200 (CEST) In-Reply-To: <20210524012346.496560-3-haiyue.wang@intel.com> References: <20210524012346.496560-3-haiyue.wang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Haiyue Wang Message-Id: <20210524014626.BB29E122E2A@dpdk.org> Date: Mon, 24 May 2021 03:46:26 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93380 [PATCH v7 2/3] net/iavf: enable PCI bus master after reset X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/93380 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #47: Subject: [dpdk-dev] [PATCH v7 2/3] net/iavf: enable PCI bus master after WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #64: master will be cleared, the VF will be not allowed to issue any Memory WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #67: So after the reset event is detected, always enable the PCI bus master. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #87: FILE: drivers/net/iavf/iavf_ethdev.c:2361: + * master mode, and the driver will fail to recover from the reset. Fix WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #89: FILE: drivers/net/iavf/iavf_ethdev.c:2363: + * the bus master bit will not be disabled, and this call will have no WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #92: FILE: drivers/net/iavf/iavf_ethdev.c:2366: + if (vf->vf_reset && !rte_pci_set_bus_master(pci_dev, true)) total: 0 errors, 6 warnings, 0 checks, 16 lines checked