[dpdk-test-report] |WARNING| pw25249 [PATCH v4 06/11] net/e1000:	parse ethertype filter
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Jun 12 08:41:31 CEST 2017
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/25249
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#257: FILE: drivers/net/e1000/igb_flow.c:713:
+	if (filter->ether_type == ETHER_TYPE_IPv4 ||
CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#258: FILE: drivers/net/e1000/igb_flow.c:714:
+		filter->ether_type == ETHER_TYPE_IPv6) {
total: 0 errors, 0 warnings, 2 checks, 281 lines checked
    
    
More information about the test-report
mailing list