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 7C396459C3 for ; Wed, 18 Sep 2024 08:56:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 723164069F; Wed, 18 Sep 2024 08:56:15 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1F2274029B for ; Wed, 18 Sep 2024 08:56:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EB412121D10; Wed, 18 Sep 2024 08:56:13 +0200 (CEST) Subject: |WARNING| pw144184 [PATCH] eal/alarm_cancel: Fix thread starvation In-Reply-To: <20240918070212.10339-1-wojciech.panfil@intel.com> References: <20240918070212.10339-1-wojciech.panfil@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wojciech Panfil Message-Id: <20240918065613.EB412121D10@dpdk.org> Date: Wed, 18 Sep 2024 08:56:13 +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/144184 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #175: FILE: lib/eal/freebsd/eal_alarm.c:324: + /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation, WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #176: FILE: lib/eal/freebsd/eal_alarm.c:325: + * as it is waiting for the lock we have just released. */ WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #192: FILE: lib/eal/linux/eal_alarm.c:254: + /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation, WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #193: FILE: lib/eal/linux/eal_alarm.c:255: + * as it is waiting for the lock we have just released. */ WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #207: FILE: lib/eal/windows/eal_alarm.c:215: + /* Yield control to a second thread executing eal_alarm_callback to avoid its starvation, WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #208: FILE: lib/eal/windows/eal_alarm.c:216: + * as it is waiting for the lock we have just released. */ total: 0 errors, 6 warnings, 34 lines checked