[dpdk-test-report] |WARNING| pw47318 [1/2] net/mlx5: add VXLAN encap decap to Direct Verbs

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 24 13:10:51 CEST 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#235: FILE: drivers/net/mlx5/mlx5_flow_dv.c:273:
+				vlan->eth_proto = htons(ETHER_TYPE_IPv4);

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#251: FILE: drivers/net/mlx5/mlx5_flow_dv.c:289:
+				vlan->eth_proto = htons(ETHER_TYPE_IPv6);

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


More information about the test-report mailing list