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 6B091A00C3 for ; Wed, 15 Dec 2021 19:22:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6729040688; Wed, 15 Dec 2021 19:22:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E75F140041 for ; Wed, 15 Dec 2021 19:22:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DD79C12353F; Wed, 15 Dec 2021 19:22:10 +0100 (CET) Subject: |WARNING| pw105149 [PATCH 3/7] net/bonding: change mbuf pool and ring allocation In-Reply-To: <1639592401-56845-4-git-send-email-rsanford@akamai.com> References: <1639592401-56845-4-git-send-email-rsanford@akamai.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Robert Sanford Message-Id: <20211215182210.DD79C12353F@dpdk.org> Date: Wed, 15 Dec 2021 19:22:10 +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/105149 _coding style issues_ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #110: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1117: + rte_align32pow2(BOND_MODE_8023AX_SLAVE_RX_PKTS + 1), WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #120: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1126: + * Add one extra because ring reserves one. */ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #124: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1129: + rte_align32pow2(BOND_MODE_8023AX_SLAVE_TX_PKTS + 2), WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Robert Sanford ' != 'Signed-off-by: Robert Sanford ' total: 0 errors, 4 warnings, 0 checks, 36 lines checked