[dpdk-test-report] |WARNING| pw46852 [v2, 5/7] net/mlx5: e-switch VXLAN tunnel devices management
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Oct 19 11:26:58 CEST 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/46852
_coding style issues_
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#516: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3912:
+ dev_flow->tcf.tunnel->ifindex_tun
+ = flow_tcf_tunnel_vtep_create(tcf,
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#525: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3921:
+ dev_flow->tcf.tunnel->ifindex_org
+ = *dev_flow->tcf.tunnel->ifindex_ptr;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#527: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3923:
+ *dev_flow->tcf.tunnel->ifindex_ptr
+ = dev_flow->tcf.tunnel->ifindex_tun;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#535: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3931:
+ *dev_flow->tcf.tunnel->ifindex_ptr
+ = dev_flow->tcf.tunnel->ifindex_org;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#575: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3983:
+ dev_flow->tcf.tunnel->ifindex_org
+ = *dev_flow->tcf.tunnel->ifindex_ptr;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#577: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3985:
+ *dev_flow->tcf.tunnel->ifindex_ptr
+ = dev_flow->tcf.tunnel->ifindex_tun;
CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#586: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3993:
+ *dev_flow->tcf.tunnel->ifindex_ptr
+ = dev_flow->tcf.tunnel->ifindex_org;
total: 0 errors, 0 warnings, 7 checks, 540 lines checked
More information about the test-report
mailing list