|WARNING| pw168118 [PATCH v1 19/21] net/i40e: reimplement gtp parser

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 20 16:05:55 CEST 2026


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#387: FILE: drivers/net/intel/i40e/i40e_flow_tunnel.c:892:
+	if (item->type == RTE_FLOW_ITEM_TYPE_GTPC)
[...]
+	else if (item->type == RTE_FLOW_ITEM_TYPE_GTPU)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#391: FILE: drivers/net/intel/i40e/i40e_flow_tunnel.c:896:
+	else {

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


More information about the test-report mailing list