|WARNING| pw169244 [PATCH v2 09/19] net/ixgbe: reimplement security parser

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 8 17:23:17 CEST 2026


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IPv6>
#593: FILE: drivers/net/intel/ixgbe/ixgbe_flow_security.c:277:
+		filter->sa.dst_ip.type = IPv6;

CHECK:CAMELCASE: Avoid CamelCase: <IPv4>
#599: FILE: drivers/net/intel/ixgbe/ixgbe_flow_security.c:283:
+		filter->sa.dst_ip.type = IPv4;

CHECK:SPACING: No space is necessary after a cast
#1334: FILE: drivers/net/intel/ixgbe/ixgbe_ipsec.h:74:
+	RTE_ATOMIC(uint16_t) refcnt;

total: 0 errors, 0 warnings, 3 checks, 1266 lines checked


More information about the test-report mailing list