|WARNING| pw162484 [RFC PATCH v1 18/21] net/i40e: reimplement MPLS parser

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


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoUDP>
#357: FILE: drivers/net/intel/i40e/i40e_flow_tunnel.c:692:
+	tunnel_filter->tunnel_type = I40E_TUNNEL_TYPE_MPLSoUDP;

CHECK:CAMELCASE: Avoid CamelCase: <I40E_TUNNEL_TYPE_MPLSoGRE>
#369: FILE: drivers/net/intel/i40e/i40e_flow_tunnel.c:704:
+	tunnel_filter->tunnel_type = I40E_TUNNEL_TYPE_MPLSoGRE;

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


More information about the test-report mailing list