[dpdk-test-report] |WARNING| pw51252 [PATCH v2 1/4] net/i40e: add support for VXLAN-GPE

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 18 07:10:06 CET 2019


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#59: FILE: drivers/net/i40e/i40e_ethdev.c:8466:
+                ret = i40e_add_vxlan_port(pf, udp_tunnel->udp_port,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#59: FILE: drivers/net/i40e/i40e_ethdev.c:8466:
+                ret = i40e_add_vxlan_port(pf, udp_tunnel->udp_port,$

ERROR:CODE_INDENT: code indent should use tabs where possible
#61: FILE: drivers/net/i40e/i40e_ethdev.c:8468:
+                break;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#61: FILE: drivers/net/i40e/i40e_ethdev.c:8468:
+                break;$

total: 2 errors, 2 warnings, 45 lines checked


More information about the test-report mailing list