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 EB1374611C for ; Fri, 24 Jan 2025 11:00:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D9B8040F35; Fri, 24 Jan 2025 11:00:56 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 75C5A40EE2 for ; Fri, 24 Jan 2025 11:00:55 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C684D126FFD; Fri, 24 Jan 2025 10:59:59 +0100 (CET) Subject: |WARNING| pw150438 [RFC PATCH v6 1/2] eventdev: add atomic queue to test-eventdev app In-Reply-To: <20250124095937.1436673-1-luka.jankovic@ericsson.com> References: <20250124095937.1436673-1-luka.jankovic@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Luka Jankovic Message-Id: <20250124095959.C684D126FFD@dpdk.org> Date: Fri, 24 Jan 2025 10:59:59 +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/150438 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #119: To verify atomicity, a spinlock is used for each combination of queue and flow. WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #195: FILE: app/test-eventdev/test_atomic_queue.c:1: +#include ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #328: FILE: app/test-eventdev/test_atomic_queue.c:134: + RTE_ATOMIC(uint64_t) *const outstand_pkts, ^ WARNING:BRACES: braces {} are not necessary for single statement blocks #539: FILE: app/test-eventdev/test_atomic_queue.c:345: + for (uint32_t i = 0; i < num_locks; i++) { + rte_spinlock_init(&atomic_locks[i]); + } total: 1 errors, 3 warnings, 424 lines checked