automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jens Freimann <jfreimann@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw37981 [PATCH 2/2] testpmd: add code to simulate noisy neighbour memory usage
Date: Thu, 12 Apr 2018 16:35:00 +0200 (CEST)	[thread overview]
Message-ID: <20180412143500.6D3231C148@dpdk.org> (raw)
In-Reply-To: <20180412143422.31739-3-jfreimann@redhat.com>

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

_coding style issues_


ERROR:SPACING: space prohibited before that close parenthesis ')'
#69: FILE: app/test-pmd/iofwd.c:48:
+	vnf_mem[i % ((vnf_memory_footprint * 1024 * 1024 ) /

ERROR:SPACING: space prohibited before that close parenthesis ')'
#79: FILE: app/test-pmd/iofwd.c:58:
+	r = vnf_mem[i % ((vnf_memory_footprint * 1024 * 1024 ) /

ERROR:SPACING: space required after that ',' (ctx:VxV)
#97: FILE: app/test-pmd/iofwd.c:76:
+	uint16_t i,j;
 	          ^

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#189: FILE: app/test-pmd/testpmd.c:270:
+uint64_t vnf_memory_footprint = 0;

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#195: FILE: app/test-pmd/testpmd.c:276:
+uint64_t nb_rnd_write = 0;

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#201: FILE: app/test-pmd/testpmd.c:282:
+uint64_t nb_rnd_read = 0;

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#207: FILE: app/test-pmd/testpmd.c:288:
+uint64_t nb_rnd_read_write = 0;

total: 7 errors, 0 warnings, 173 lines checked

           reply	other threads:[~2018-04-12 14:35 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20180412143422.31739-3-jfreimann@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=20180412143500.6D3231C148@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jfreimann@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).