automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw70890 [RFC v2 01/26] eal: rename terms used for DPDK lcores
       [not found] <20200605225811.26342-2-stephen@networkplumber.org>
@ 2020-06-10  7:55 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-06-10  7:55 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

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

only message in thread, other threads:[~2020-06-10  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200605225811.26342-2-stephen@networkplumber.org>
2020-06-10  7:55 ` [dpdk-test-report] |WARNING| pw70890 [RFC v2 01/26] eal: rename terms used for DPDK lcores 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).