automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw38016 [PATCH v2 1/2] testpmd: add forwarding mode to simulate a noisy neighbour
       [not found] <20180413113716.27968-2-jfreimann@redhat.com>
@ 2018-04-13 11:39 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-13 11:39 UTC (permalink / raw)
  To: test-report; +Cc: Jens Freimann

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#305: FILE: app/test-pmd/noisy_vnf.h:13:
+fifo_put(struct rte_ring *r, struct rte_mbuf **data, unsigned num)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#315: FILE: app/test-pmd/noisy_vnf.h:23:
+fifo_get(struct rte_ring *r, struct rte_mbuf **data, unsigned num)

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#435: FILE: app/test-pmd/testpmd.c:257:
+uint16_t bsize_before_send = 0;

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#440: FILE: app/test-pmd/testpmd.c:262:
+uint16_t flush_timer = 0;

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

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

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

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

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#475: FILE: app/test-pmd/testpmd.c:442:
+struct rte_ring * noisy_init(uint32_t qi, uint32_t pi)

total: 7 errors, 2 warnings, 451 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-13 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180413113716.27968-2-jfreimann@redhat.com>
2018-04-13 11:39 ` [dpdk-test-report] |WARNING| pw38016 [PATCH v2 1/2] testpmd: add forwarding mode to simulate a noisy neighbour checkpatch

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).