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 85BE2A0A02 for ; Tue, 27 Apr 2021 16:06:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B28F4124C; Tue, 27 Apr 2021 16:06:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2FCE241243 for ; Tue, 27 Apr 2021 16:06:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 21001121159; Tue, 27 Apr 2021 16:06:56 +0200 (CEST) In-Reply-To: <20210427133912.261993-3-haiyue.wang@intel.com> References: <20210427133912.261993-3-haiyue.wang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Haiyue Wang Message-Id: <20210427140656.21001121159@dpdk.org> Date: Tue, 27 Apr 2021 16:06:56 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92263 [PATCH v4 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/92263 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #46: Subject: [dpdk-dev] [PATCH v4 2/3] net/iavf: enable PCI bus master after WARNING:TYPO_SPELLING: 'triggerred' may be misspelled - perhaps 'triggered'? #62: The VF reset can be triggerred by the PF reset event, in this case, the WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #63: PCI bus master will be cleared, then the VF is not allowed to issue any WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #66: So after the reset event is detected, always enable the PCI bus master. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #82: FILE: drivers/net/iavf/iavf_ethdev.c:2259: + rte_pci_set_bus_master(pci_dev, true); total: 0 errors, 5 warnings, 0 checks, 9 lines checked