From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 59248A09FF for ; Wed, 6 Jan 2021 17:41:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 556C8140E0F; Wed, 6 Jan 2021 17:41:06 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 18F68140D64 for ; Wed, 6 Jan 2021 17:41:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 13DD52C15; Wed, 6 Jan 2021 17:41:05 +0100 (CET) In-Reply-To: <1609951199-24794-5-git-send-email-xuemingl@nvidia.com> References: <1609951199-24794-5-git-send-email-xuemingl@nvidia.com> To: test-report@dpdk.org Cc: Xueming Li Message-Id: <20210106164105.13DD52C15@dpdk.org> Date: Wed, 6 Jan 2021 17:41:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86070 [PATCH v2 4/4] net/mlx5: improve bonding representor probe 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/86070 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #55: and this implies all representors have to use master PF of bonding WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #63: - PMD use master PCI BDF as PCI device. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #66: ,representor=pfXvfY WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #67: All representors must use master PF as owner PCI device, PMD internally WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #69: representor are registered to master PCI device, 2nd PF is hidden to CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #131: FILE: drivers/net/mlx5/linux/mlx5_os.c:703: + repr_id = rte_eth_representor_id_encode( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #191: FILE: drivers/net/mlx5/linux/mlx5_os.c:748: + repr = rte_eth_representor_id_encode( WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #262: FILE: drivers/net/mlx5/linux/mlx5_os.c:1694: + * Pointer to master PCI Address structure to match PCI address. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #320: FILE: drivers/net/mlx5/linux/mlx5_os.c:1906: + /* Amend master pci address if owner PF specified. */ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #514: FILE: drivers/net/mlx5/mlx5_mac.c:173: + rte_eth_representor_id_parse( total: 0 errors, 7 warnings, 3 checks, 384 lines checked