[dpdk-test-report] |WARNING| pw30566 [PATCH 1/3] net/qede: fix	supported packet types
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Thu Oct 19 03:15:00 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/30566
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#75: FILE: drivers/net/qede/qede_rxtx.c:856:
+	if (eth_hdr->ether_type == rte_cpu_to_be_16(ETHER_TYPE_IPv4)) {
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#83: FILE: drivers/net/qede/qede_rxtx.c:864:
+	} else if (eth_hdr->ether_type == rte_cpu_to_be_16(ETHER_TYPE_IPv6)) {
total: 0 errors, 0 warnings, 2 checks, 366 lines checked
    
    
More information about the test-report
mailing list