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

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 16 18:35:32 CET 2026


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#395: 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
#399: FILE: drivers/net/intel/i40e/i40e_flow_tunnel.c:896:
+	else {

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


More information about the test-report mailing list