From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Mattias Rönnblom" <mattias.ronnblom@ericsson.com>
Subject: |WARNING| pw154825 [RFC 1/4] eventdev: add support for credit preallocation
Date: Sun, 29 Jun 2025 19:08:31 +0200 (CEST) [thread overview]
Message-ID: <20250629170831.724991252D6@dpdk.org> (raw)
In-Reply-To: <20250629165214.3468-2-mattias.ronnblom@ericsson.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154825
_coding style issues_
WARNING:EXPORT_SYMBOL: EXPORT_SYMBOL(foo); should immediately follow its function/variable
#242: FILE: lib/eventdev/eventdev_trace_points.c:53:
+RTE_EXPORT_SYMBOL(__rte_eventdev_credit_alloc)
WARNING:EXPORT_SYMBOL: EXPORT_SYMBOL(foo); should immediately follow its function/variable
#246: FILE: lib/eventdev/eventdev_trace_points.c:57:
+RTE_EXPORT_SYMBOL(__rte_eventdev_credit_free)
WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#421: FILE: lib/eventdev/rte_eventdev_core.h:28:
+typedef int (*event_credit_alloc_t)(void *port, unsigned int new_event_threshold, unsigned int num_credits);
total: 0 errors, 3 warnings, 265 lines checked
parent reply other threads:[~2025-06-29 17:09 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20250629165214.3468-2-mattias.ronnblom@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=20250629170831.724991252D6@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mattias.ronnblom@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).