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 E358E43B0D for ; Tue, 13 Feb 2024 18:24:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5C3A42E1B; Tue, 13 Feb 2024 18:24:28 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 532AA42E17 for ; Tue, 13 Feb 2024 18:24:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3D0C6121F0B; Tue, 13 Feb 2024 18:24:28 +0100 (CET) Subject: |WARNING| pw136650 [RFC] net/bonding: add user callback for bond xmit policy In-Reply-To: <20240213172246.1094308-1-vignesh.purushotham.srinivas@ericsson.com> References: <20240213172246.1094308-1-vignesh.purushotham.srinivas@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20240213172428.3D0C6121F0B@dpdk.org> Date: Tue, 13 Feb 2024 18:24:28 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/136650 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #189: FILE: drivers/net/bonding/rte_eth_bond.h:98: + uint16_t slave_count, uint16_t *slaves); WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'? #189: FILE: drivers/net/bonding/rte_eth_bond.h:98: + uint16_t slave_count, uint16_t *slaves); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #201: FILE: drivers/net/bonding/rte_eth_bond.h:363: + * @param cb_fn User defined callback function to determine the xmit slave total: 0 errors, 3 warnings, 0 checks, 114 lines checked