[dpdk-test-report] |WARNING| pw25024 [PATCH v2 06/11] net/e1000: parse ethertype filter

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 2 08:46:14 CEST 2017


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#274: FILE: drivers/net/e1000/igb_flow.c:720:
+	if (filter->ether_type == ETHER_TYPE_IPv4 ||

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#275: FILE: drivers/net/e1000/igb_flow.c:721:
+		filter->ether_type == ETHER_TYPE_IPv6) {

total: 0 errors, 0 warnings, 2 checks, 298 lines checked


More information about the test-report mailing list