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 E74C6A04C7 for ; Tue, 15 Sep 2020 05:06:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCFDF1BFC4; Tue, 15 Sep 2020 05:06:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 08ACD1BFC5; Tue, 15 Sep 2020 05:06:58 +0200 (CEST) In-Reply-To: <1600139153-9990-1-git-send-email-xuemingl@nvidia.com> References: <1600139153-9990-1-git-send-email-xuemingl@nvidia.com> To: test-report@dpdk.org Cc: Xueming Li Message-Id: <20200915030658.08ACD1BFC5@dpdk.org> Date: Tue, 15 Sep 2020 05:06:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77667 [PATCH] net/mlx5: use bond index for netdev operations X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/77667 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #87: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1112: + * Network interface index of bond slave interface WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #109: FILE: drivers/net/mlx5/linux/mlx5_ethdev_os.c:1134: + MKSTR(bond_if, "/sys/class/net/%s/master/ifindex", name); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #146: FILE: drivers/net/mlx5/linux/mlx5_os.c:1171: + if (priv->pf_bond >= 0 && priv->master) { total: 0 errors, 3 warnings, 0 checks, 111 lines checked