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| pw54824 [PATCH v2 10/15] test/eal: set memory channel config only in dedicated test
Date: Sat, 15 Jun 2019 08:44:06 +0200 (CEST)	[thread overview]
Message-ID: <20190615064406.DA6211D5D6@dpdk.org> (raw)
In-Reply-To: <1560580950-16754-11-git-send-email-david.marchand@redhat.com>

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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#93: 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
#96: 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
#99: 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
#122: 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
#132: 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
#137: 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
#141: 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
#145: 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
#164: 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
#173: 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
#176: 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
#277: 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
#282: 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
#284: 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
#288: 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
#292: 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
#296: 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
#306: 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
#309: 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
#318: 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
#321: 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
#326: 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
#330: 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
#339: 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
#344: 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
#348: 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
#352: 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
#391: 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
#396: 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
#401: 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
#407: 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
#413: 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
#426: 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
#431: 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
#436: 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
#441: 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
#446: 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
#451: 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
#456: 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
#461: 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
#470: 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
#475: 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-15  6:44 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1560580950-16754-11-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=20190615064406.DA6211D5D6@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).