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 42238A00C2 for ; Tue, 8 Mar 2022 15:25:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F2D04069F; Tue, 8 Mar 2022 15:25:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3C1E4410DD for ; Tue, 8 Mar 2022 15:25:02 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1148C12075F; Tue, 8 Mar 2022 15:25:02 +0100 (CET) Subject: |WARNING| pw108599 [PATCH v4] net/bonding: another fix to LACP mempool size In-Reply-To: <20220308142402.2455-1-gaoxiangliu0@163.com> References: <20220308142402.2455-1-gaoxiangliu0@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gaoxiang Liu Message-Id: <20220308142502.1148C12075F@dpdk.org> Date: Tue, 8 Mar 2022 15:25:02 +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/108599 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #59: The following log message may appear after a slave is idle(or nearly WARNING:TYPO_SPELLING: 'chosed' may be misspelled - perhaps 'chose'? #64: Problem:When bond mode 4 has been chosed and delicated queue has WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #65: not been enable, all mbufs from a slave' private pool(used WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #71: Solution: Ensure that each slave'tx (LACPDU) mempool owns more than WARNING:TYPO_SPELLING: 'fuction' may be misspelled - perhaps 'function'? #75: Note that the LACP tx machine fuction is the only code that allocates WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #76: from a slave's private pool. It runs in the context of the interrupt WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Gaoxiang Liu ' != 'Signed-off-by: Gaoxiang Liu ' total: 0 errors, 7 warnings, 30 lines checked