[dpdk-test-report] |WARNING| pw24476 [PATCH 3/3] net/ixgbe: enable flex bytes for generic flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 23 13:06:40 CEST 2017


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IXGBE_FDIRM_DIPv6>
#55: FILE: drivers/net/ixgbe/ixgbe_fdir.c:305:
+	uint32_t fdirm = IXGBE_FDIRM_POOL | IXGBE_FDIRM_DIPv6;

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#222: FILE: drivers/net/ixgbe/ixgbe_flow.c:1837:
+
+	}

CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#226: FILE: drivers/net/ixgbe/ixgbe_flow.c:1841:
+	if (item->type == RTE_FLOW_ITEM_TYPE_RAW) {
+

CHECK:SPACING: No space is necessary after a cast
#293: FILE: drivers/net/ixgbe/ixgbe_flow.c:1908:
+			(((uint16_t) raw_spec->pattern[1]) << 8) |

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


More information about the test-report mailing list