[dpdk-test-report] |WARNING| pw32514 [PATCH] net/ixgbe: add flow parser ntuple support

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Dec 20 03:19:02 CET 2017


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#85: FILE: drivers/net/ixgbe/ixgbe_flow.c:334:
+		if (ipv4_mask->hdr.version_ihl ||
[...]
+				rte_flow_error_set(error,

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'item->type != RTE_FLOW_ITEM_TYPE_END'
#122: FILE: drivers/net/ixgbe/ixgbe_flow.c:370:
+	if ((item->type != RTE_FLOW_ITEM_TYPE_END) &&
+		(!item->spec && !item->mask)) {

total: 0 errors, 1 warnings, 1 checks, 101 lines checked


More information about the test-report mailing list