[dpdk-test-report] |WARNING| pw54349 [PATCH 1/2] net/ixgbe: fix lack of ip type for crypto session
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 4 12:11:33 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/54349
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <IPv6>
#44: 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
#44: 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>
#47: 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