[dpdk-test-report] |WARNING| pw35779 [PATCH RFC v2 1/7] net/af_xdp: new PMD driver

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 8 14:54:03 CET 2018


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


More information about the test-report mailing list