[dpdk-test-report] |WARNING| pw35437 [PATCH RFC 1/7] net/af_xdp:	new PMD driver
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Feb 27 10:34:02 CET 2018
    
    
  
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
    
    
More information about the test-report
mailing list