automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw35779 [PATCH RFC v2 1/7] net/af_xdp: new PMD driver
       [not found] <20180308135249.28187-2-qi.z.zhang@intel.com>
@ 2018-03-08 13:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-08 13:54 UTC (permalink / raw)
  To: test-report; +Cc: Qi Zhang

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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#426: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:299:
+	stats->ipackets = stats->q_ipackets[0] =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#428: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:301:
+	stats->ibytes = stats->q_ibytes[0] =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#435: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:308:
+	stats->oerrors = stats->q_errors[0] =

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#437: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:310:
+	stats->obytes = stats->q_obytes[0] =

total: 0 errors, 0 warnings, 895 lines checked

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

only message in thread, other threads:[~2018-03-08 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180308135249.28187-2-qi.z.zhang@intel.com>
2018-03-08 13:54 ` [dpdk-test-report] |WARNING| pw35779 [PATCH RFC v2 1/7] net/af_xdp: new PMD driver 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).