[dpdk-test-report] |WARNING| pw27920 [PATCH 6/7] net/i40e: add cloud filter parsing function for GTP

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:30:36 CEST 2017


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#165: FILE: drivers/net/i40e/i40e_flow.c:3792:
+			if (udp_dst_port == rte_cpu_to_be_16(2123))
[...]
+			else if (udp_dst_port == rte_cpu_to_be_16(2152))
[...]
+			else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#169: FILE: drivers/net/i40e/i40e_flow.c:3796:
+			else {

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


More information about the test-report mailing list