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

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 23 09:22:34 CEST 2017


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

_coding style issues_


WARNING:MISSING_SPACE: break quoted strings at a space character
#258: FILE: drivers/net/e1000/igb_flow.c:709:
+				NULL, "queue number not supported"
+					"by ethertype filter");

WARNING:MISSING_SPACE: break quoted strings at a space character
#267: FILE: drivers/net/e1000/igb_flow.c:718:
+				NULL, "queue number not supported"
+					"by ethertype filter");

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

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

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


More information about the test-report mailing list