automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw54340 [PATCH 09/14] test/eal: set memory channel config only in dedicated test
Date: Tue,  4 Jun 2019 11:01:16 +0200 (CEST)	[thread overview]
Message-ID: <20190604090116.3F9F51BBE4@dpdk.org> (raw)
In-Reply-To: <1559638792-8608-10-git-send-email-david.marchand@redhat.com>

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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#88: FILE: app/test/test_eal_flags.c:262:
+	const char *wlval1[] = {prgname, prefix, mp_flag, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#91: FILE: app/test/test_eal_flags.c:264:
+	const char *wlval2[] = {prgname, prefix, mp_flag, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#94: FILE: app/test/test_eal_flags.c:266:
+	const char *wlval3[] = {prgname, prefix, mp_flag, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#117: FILE: app/test/test_eal_flags.c:322:
+	const char *blval[] = {prgname, prefix, mp_flag, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#127: FILE: app/test/test_eal_flags.c:358:
+	const char *vdevinval[] = {prgname, prefix, no_huge,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#132: FILE: app/test/test_eal_flags.c:362:
+	const char *vdevval1[] = {prgname, prefix, no_huge,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#136: FILE: app/test/test_eal_flags.c:365:
+	const char *vdevval2[] = {prgname, prefix, no_huge,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#140: FILE: app/test/test_eal_flags.c:368:
+	const char *vdevval3[] = {prgname, prefix, no_huge,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#159: FILE: app/test/test_eal_flags.c:422:
+	const char *rval[] = {prgname, prefix, mp_flag, "-c", "1", "-r", "16"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#168: FILE: app/test/test_eal_flags.c:460:
+	const char *argv1[] = { prgname, prefix, mp_flag, "-c"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#171: FILE: app/test/test_eal_flags.c:462:
+	const char *argv2[] = { prgname, prefix, mp_flag};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#272: FILE: app/test/test_eal_flags.c:610:
+	const char *argv1[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#277: FILE: app/test/test_eal_flags.c:613:
+	const char *argv2[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#279: FILE: app/test/test_eal_flags.c:615:
+	const char *argv3[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#283: FILE: app/test/test_eal_flags.c:618:
+	const char *argv4[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#287: FILE: app/test/test_eal_flags.c:621:
+	const char *argv5[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#291: FILE: app/test/test_eal_flags.c:624:
+	const char *argv6[] = { prgname, prefix, mp_flag,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#301: FILE: app/test/test_eal_flags.c:713:
+	const char *argv1[] = {prgname, prefix, mp_flag, no_hpet, "-c", "1"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#304: FILE: app/test/test_eal_flags.c:715:
+	const char *argv2[] = {prgname, prefix, mp_flag, "-c", "1"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#313: FILE: app/test/test_eal_flags.c:744:
+	const char *argv1[] = {prgname, prefix, no_huge, "-c", "1"};

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#316: FILE: app/test/test_eal_flags.c:746:
+	const char *argv2[] = {prgname, prefix, no_huge, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#321: FILE: app/test/test_eal_flags.c:750:
+	const char *argv3[] = {prgname, prefix, no_huge, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#325: FILE: app/test/test_eal_flags.c:753:
+	const char *argv4[] = {prgname, prefix, no_huge, "-c", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#334: FILE: app/test/test_eal_flags.c:854:
+	const char *argv6[] = {prgname, "-c", "1", "-m", DEFAULT_MEM_SIZE,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#339: FILE: app/test/test_eal_flags.c:858:
+	const char *argv7[] = {prgname, "-c", "1", "-m", DEFAULT_MEM_SIZE,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#343: FILE: app/test/test_eal_flags.c:861:
+	const char *argv8[] = {prgname, "-c", "1", "-m", DEFAULT_MEM_SIZE,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#347: FILE: app/test/test_eal_flags.c:864:
+	const char *argv9[] = {prgname, "-c", "1", "-m", DEFAULT_MEM_SIZE,

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#386: FILE: app/test/test_eal_flags.c:999:
+	const char *argv0[] = {prgname, mp_flag, "-c", "1", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#391: FILE: app/test/test_eal_flags.c:1003:
+	const char *argv1[] = {prgname, "-c", "1", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#396: FILE: app/test/test_eal_flags.c:1007:
+	const char *argv2[] = {prgname, "-c", "1", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#402: FILE: app/test/test_eal_flags.c:1012:
+	const char *argv3[] = {prgname, "-c", "1", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#408: FILE: app/test/test_eal_flags.c:1017:
+	const char *argv4[] = {prgname, "-c", "1", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#421: FILE: app/test/test_eal_flags.c:1166:
+	const char *argv1[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#426: FILE: app/test/test_eal_flags.c:1170:
+	const char *argv2[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#431: FILE: app/test/test_eal_flags.c:1174:
+	const char *argv3[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#436: FILE: app/test/test_eal_flags.c:1178:
+	const char *argv4[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#441: FILE: app/test/test_eal_flags.c:1182:
+	const char *argv5[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#446: FILE: app/test/test_eal_flags.c:1186:
+	const char *argv6[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#451: FILE: app/test/test_eal_flags.c:1190:
+	const char *argv7[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#456: FILE: app/test/test_eal_flags.c:1194:
+	const char *argv8[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#465: FILE: app/test/test_eal_flags.c:1246:
+	const char *argv9[] = {prgname, "-c", "10",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#470: FILE: app/test/test_eal_flags.c:1250:
+	const char *argv10[] = {prgname, "-c", "10",

total: 0 errors, 42 warnings, 414 lines checked

           reply	other threads:[~2019-06-04  9:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1559638792-8608-10-git-send-email-david.marchand@redhat.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=20190604090116.3F9F51BBE4@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=david.marchand@redhat.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).