automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw150438 [RFC PATCH v6 1/2] eventdev: add atomic queue to test-eventdev app
       [not found] <20250124095937.1436673-1-luka.jankovic@ericsson.com>
@ 2025-01-24  9:59 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-01-24  9:59 UTC (permalink / raw)
  To: test-report; +Cc: Luka Jankovic

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 <stdio.h>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-24 10:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250124095937.1436673-1-luka.jankovic@ericsson.com>
2025-01-24  9:59 ` |WARNING| pw150438 [RFC PATCH v6 1/2] eventdev: add atomic queue to test-eventdev app checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).