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 7318E43E52 for ; Fri, 12 Apr 2024 14:22:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F9A140E13; Fri, 12 Apr 2024 14:22:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8231D402A2 for ; Fri, 12 Apr 2024 14:22:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7E67D121EEE; Fri, 12 Apr 2024 14:22:14 +0200 (CEST) Subject: |WARNING| pw139247 [PATCH 1/2] net/bonding: introduce direct link bonding mode In-Reply-To: <20240412122006.101673-1-vojanec@cesnet.cz> References: <20240412122006.101673-1-vojanec@cesnet.cz> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kamil Vojanec Message-Id: <20240412122214.7E67D121EEE@dpdk.org> Date: Fri, 12 Apr 2024 14:22:14 +0200 (CEST) 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/139247 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #106: FILE: app/test/test_link_bonding.c:2162: + for (i = 0; i < burst_size; i++) { + pkts[i]->port = member_port_id; + } WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'? #119: FILE: app/test/test_link_bonding.c:2175: + "Bonding port (%d) opackets value (%u) not as expeected (%u) ", WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'? #126: FILE: app/test/test_link_bonding.c:2182: + "Member port (%d) opackets value (%u) not as expeected (%u) ", WARNING:BRACES: braces {} are not necessary for single statement blocks #170: FILE: app/test/test_link_bonding.c:2226: + for (i = 0; i < burst_size; i++) { + pkts[i]->port = exp_member_port_id; + } WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'? #183: FILE: app/test/test_link_bonding.c:2239: + "Bonding port (%d) opackets value (%u) not as expeected (%u) ", WARNING:BRACES: braces {} are not necessary for single statement blocks #245: FILE: app/test/test_link_bonding.c:2301: + for (i = 0; i < burst_size; i++) { + pkts[i]->port = RTE_MAX_ETHPORTS; + } WARNING:TYPO_SPELLING: 'expeected' may be misspelled - perhaps 'expected'? #258: FILE: app/test/test_link_bonding.c:2314: + "Bonding port (%d) opackets value (%u) not as expeected (%u) ", total: 0 errors, 7 warnings, 0 checks, 373 lines checked