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 3386846269 for ; Wed, 19 Feb 2025 14:45:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D45740E39; Wed, 19 Feb 2025 14:45:57 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2D2524003C for ; Wed, 19 Feb 2025 14:45:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1B237127811; Wed, 19 Feb 2025 14:45:47 +0100 (CET) Subject: |WARNING| pw151653 [RFC v7 2/4] eventdev: add atomic queue test to test-evnetdev app In-Reply-To: <20250219134325.1195531-3-luka.jankovic@ericsson.com> References: <20250219134325.1195531-3-luka.jankovic@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Luka Jankovic Message-Id: <20250219134547.1B237127811@dpdk.org> Date: Wed, 19 Feb 2025 14:45:47 +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/151653 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #141: FILE: app/test-eventdev/test_atomic_queue.c:1: +#include ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #175: FILE: app/test-eventdev/test_atomic_queue.c:35: + RTE_ATOMIC(uint64_t) *const outstand_pkts, ^ WARNING:LONG_LINE: line length of 114 exceeds 100 columns #227: FILE: app/test-eventdev/test_atomic_queue.c:87: + atomic_queue_process_stage_1(t, &ev[i], nb_flows, atomic_locks, expected_flow_seq, total: 1 errors, 2 warnings, 237 lines checked