automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-test-report] |WARNING| pw72638 [PATCH v3 01/27] eal: rename terms used for DPDK lcores
Date: Wed,  1 Jul 2020 21:48:12 +0200 (CEST)	[thread overview]
Message-ID: <20200701194812.3FA231D160@dpdk.org> (raw)
In-Reply-To: <20200701194650.10705-2-stephen@networkplumber.org>

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

           reply	other threads:[~2020-07-01 19:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200701194650.10705-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=20200701194812.3FA231D160@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).