[dpdk-test-report] |WARNING| pw18724 [PATCH v2 12/18] net/ixgbe: parse ethertype filter

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 30 08:59:02 CET 2016


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#290: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8677:
+	if (filter->ether_type == ETHER_TYPE_IPv4 ||

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#291: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:8678:
+		filter->ether_type == ETHER_TYPE_IPv6) {

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


More information about the test-report mailing list