[dpdk-test-report] |WARNING| pw55409 [PATCH v2 1/2] net/ixgbe: fix lack of ip type for crypto session

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 26 15:30:01 CEST 2019


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <IPv6>
#45: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:157:
+		if (ic_session->dst_ip.type == IPv6) {

CHECK:BRACES: braces {} should be used on all arms of this statement
#45: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:157:
+		if (ic_session->dst_ip.type == IPv6) {
[...]
+		} else if (ic_session->dst_ip.type == IPv4)
[...]

CHECK:CAMELCASE: Avoid CamelCase: <IPv4>
#48: FILE: drivers/net/ixgbe/ixgbe_ipsec.c:160:
+		} else if (ic_session->dst_ip.type == IPv4)

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


More information about the test-report mailing list