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

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

_coding style issues_


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

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

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

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

total: 0 errors, 0 warnings, 924 lines checked

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

only message in thread, other threads:[~2018-02-27  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180227093306.23854-2-qi.z.zhang@intel.com>
2018-02-27  9:34 ` [dpdk-test-report] |WARNING| pw35437 [PATCH RFC 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).