From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-test-report] |WARNING| pw70890 [RFC v2 01/26] eal: rename terms used for DPDK lcores
Date: Wed, 10 Jun 2020 09:55:35 +0200 (CEST) [thread overview]
Message-ID: <20200610075535.173DA2BFA@dpdk.org> (raw)
In-Reply-To: <20200605225811.26342-2-stephen@networkplumber.org>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/70890
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#123: FILE: lib/librte_eal/common/eal_common_launch.c:24:
+rte_eal_wait_lcore(unsigned worker_id)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#447: FILE: lib/librte_eal/common/eal_thread.h:24:
+void eal_thread_set_initial_lcore(unsigned lcore_id);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#559: FILE: lib/librte_eal/freebsd/eal_thread.c:38:
+rte_eal_remote_launch(int (*f)(void *), void *arg, unsigned worker_id)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#594: FILE: lib/librte_eal/freebsd/eal_thread.c:86:
+void eal_thread_set_initial_lcore(unsigned lcore_id)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#693: FILE: lib/librte_eal/include/rte_launch.h:65:
+int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned id);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#757: FILE: lib/librte_eal/include/rte_launch.h:116:
+enum rte_lcore_state_t rte_eal_get_lcore_state(unsigned id);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#783: FILE: lib/librte_eal/include/rte_launch.h:136:
+int rte_eal_wait_lcore(unsigned id);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1012: FILE: lib/librte_eal/linux/eal_thread.c:38:
+rte_eal_remote_launch(int (*f)(void *), void *arg, unsigned worker_id)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1047: FILE: lib/librte_eal/linux/eal_thread.c:86:
+void eal_thread_set_initial_lcore(unsigned lcore_id)
total: 0 errors, 9 warnings, 937 lines checked
ERROR: symbol rte_init_lcore_id is added in the DPDK_20.0 section, but is expected to be added in the EXPERIMENTAL section of the version map
parent reply other threads:[~2020-06-10 7:55 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20200605225811.26342-2-stephen@networkplumber.org>]
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=20200610075535.173DA2BFA@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=stephen@networkplumber.org \
--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).