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 EB841A0032 for ; Fri, 15 Jul 2022 15:13:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5F9F42B7A; Fri, 15 Jul 2022 15:13:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E4B1542B6D for ; Fri, 15 Jul 2022 15:13:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D0DE6121EFB; Fri, 15 Jul 2022 15:13:29 +0200 (CEST) Subject: |WARNING| pw113984 [20.11 PATCH v1 1/2] eal: add lcore busyness telemetry In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20220715131329.D0DE6121EFB@dpdk.org> Date: Fri, 15 Jul 2022 15:13:29 +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/113984 _coding style issues_ WARNING:LONG_LINE: line length of 109 exceeds 100 columns #248: FILE: lib/librte_distributor/rte_distributor.c:144: + worker_id, return_count ? oldpkt[0] : NULL); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #689: FILE: lib/librte_eal/include/rte_lcore.h:540: + while (0) {} WARNING:BRACES: braces {} are not necessary for single statement blocks #689: FILE: lib/librte_eal/include/rte_lcore.h:540: + while (0) {} WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #761: FILE: lib/librte_eventdev/rte_eventdev.h:1672: + return nb_evts; + } else { total: 1 errors, 3 warnings, 601 lines checked