[dpdk-test-report] |WARNING| pw72638 [PATCH v3 01/27] eal: rename terms used for DPDK lcores

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 1 21:48:12 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/72638

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#145: 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'
#469: FILE: lib/librte_eal/common/eal_thread.h:24:
+void eal_thread_initial_lcore(unsigned lcore_id);

ERROR:SPACING: spaces required around that '<' (ctx:OxW)
#507: FILE: lib/librte_eal/freebsd/eal.c:625:
+<<<<<<< HEAD
       ^

ERROR:SPACING: spaces required around that '==' (ctx:ExO)
#509: FILE: lib/librte_eal/freebsd/eal.c:627:
+=======
 ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#509: FILE: lib/librte_eal/freebsd/eal.c:627:
+=======
   ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#509: FILE: lib/librte_eal/freebsd/eal.c:627:
+=======
     ^

ERROR:SPACING: spaces required around that '=' (ctx:OxE)
#509: FILE: lib/librte_eal/freebsd/eal.c:627:
+=======
       ^

ERROR:SPACING: spaces required around that '>' (ctx:OxW)
#511: FILE: lib/librte_eal/freebsd/eal.c:629:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
       ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#511: FILE: lib/librte_eal/freebsd/eal.c:629:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
                            ^

ERROR:SPACING: spaces required around that '<' (ctx:OxW)
#524: FILE: lib/librte_eal/freebsd/eal.c:852:
+<<<<<<< HEAD
       ^

ERROR:SPACING: spaces required around that '==' (ctx:ExO)
#531: FILE: lib/librte_eal/freebsd/eal.c:859:
+=======
 ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#531: FILE: lib/librte_eal/freebsd/eal.c:859:
+=======
   ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#531: FILE: lib/librte_eal/freebsd/eal.c:859:
+=======
     ^

ERROR:SPACING: spaces required around that '=' (ctx:OxE)
#531: FILE: lib/librte_eal/freebsd/eal.c:859:
+=======
       ^

ERROR:SPACING: spaces required around that '>' (ctx:OxW)
#538: FILE: lib/librte_eal/freebsd/eal.c:866:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
       ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#538: FILE: lib/librte_eal/freebsd/eal.c:866:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
                            ^

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#591: 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'
#639: 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'
#763: 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'
#827: 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'
#853: 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'
#1057: 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'
#1105: FILE: lib/librte_eal/linux/eal_thread.c:86:
+void eal_thread_initial_lcore(unsigned lcore_id)

ERROR:SPACING: spaces required around that '<' (ctx:OxW)
#1173: FILE: lib/librte_eal/windows/eal.c:276:
+<<<<<<< HEAD
       ^

ERROR:SPACING: spaces required around that '==' (ctx:ExO)
#1190: FILE: lib/librte_eal/windows/eal.c:345:
+=======
 ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#1190: FILE: lib/librte_eal/windows/eal.c:345:
+=======
   ^

ERROR:SPACING: spaces required around that '==' (ctx:OxO)
#1190: FILE: lib/librte_eal/windows/eal.c:345:
+=======
     ^

ERROR:SPACING: spaces required around that '=' (ctx:OxE)
#1190: FILE: lib/librte_eal/windows/eal.c:345:
+=======
       ^

ERROR:SPACING: spaces required around that '>' (ctx:OxW)
#1192: FILE: lib/librte_eal/windows/eal.c:347:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
       ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#1192: FILE: lib/librte_eal/windows/eal.c:347:
+>>>>>>> 28604a3e5a3a... eal: rename terms used for DPDK lcores
                            ^

total: 21 errors, 9 warnings, 1062 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


More information about the test-report mailing list