From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Luka Jankovic <luka.jankovic@ericsson.com>
Subject: |WARNING| pw150103 [RFC v5 1/2] eventdev: add atomic queue to test-eventdev app
Date: Wed, 15 Jan 2025 14:40:10 +0100 (CET) [thread overview]
Message-ID: <20250115134010.90106126FBC@dpdk.org> (raw)
In-Reply-To: <20250115133844.1403623-1-luka.jankovic@ericsson.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/150103
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#110:
Add an atomic queue test based on the order queue test that exclusively uses atomic queues.
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#181: FILE: app/test-eventdev/test_atomic_queue.c:1:
+#include <stdio.h>
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#335: FILE: app/test-eventdev/test_atomic_queue.c:155:
+ RTE_ATOMIC(uint64_t) *const outstand_pkts,
^
WARNING:BRACES: braces {} are not necessary for single statement blocks
#379: FILE: app/test-eventdev/test_atomic_queue.c:199:
+ if (!flow_id_cap) {
+ ev[i].flow_id = event_data_get_flow(&ev[i]);
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#547: FILE: app/test-eventdev/test_atomic_queue.c:367:
+ for (uint32_t i = 0; i < num_locks; i++) {
+ rte_spinlock_init(&atomic_locks[i]);
+ }
total: 1 errors, 4 warnings, 434 lines checked
parent reply other threads:[~2025-01-15 13:40 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250115133844.1403623-1-luka.jankovic@ericsson.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250115134010.90106126FBC@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=luka.jankovic@ericsson.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).