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 AABDDA00C3 for ; Fri, 25 Mar 2022 14:03:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A094240687; Fri, 25 Mar 2022 14:03:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E5AE840140 for ; Fri, 25 Mar 2022 14:03:30 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D6507121D58; Fri, 25 Mar 2022 14:03:30 +0100 (CET) Subject: |WARNING| pw108869 [PATCH v5] net/bonding: another fix to LACP mempool size In-Reply-To: <20220325130135.2207-1-gaoxiangliu0@163.com> References: <20220325130135.2207-1-gaoxiangliu0@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gaoxiang Liu Message-Id: <20220325130330.D6507121D58@dpdk.org> Date: Fri, 25 Mar 2022 14:03:30 +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/108869 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #60: The following log message may appear after a slave is idle(or nearly WARNING:TYPO_SPELLING: 'chosed' may be misspelled - perhaps 'chose'? #65: Problem:When bond mode 4 has been chosed and delicated queue has WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #66: not been enable, all mbufs from a slave' private pool(used WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #72: Solution: Ensure that each slave'tx (LACPDU) mempool owns more than WARNING:TYPO_SPELLING: 'fuction' may be misspelled - perhaps 'function'? #76: Note that the LACP tx machine fuction is the only code that allocates WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #77: from a slave's private pool. It runs in the context of the interrupt WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #118: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1105: + * CACHE_FLUSHTHRESH_MULTIPLIER already defined in rte_mempool.c */ WARNING:LONG_LINE: line length of 102 exceeds 100 columns #122: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1109: + total_tx_desc += rte_lcore_count() * cache_size * BONDING_8023AD_CACHE_FLUSHTHRESH_MULTIPLIER; WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Gaoxiang Liu ' != 'Signed-off-by: Gaoxiang Liu ' total: 0 errors, 9 warnings, 0 checks, 25 lines checked